Html Css Color HEX #BAE05F Conifer

📋 copy color: '#BAE05F'

red 186 ◦ green 224 ◦ blue 95

#BAE05F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BAE05F

Tints of Conifer #BAE05F

RGB

 RED value IS 186 (73.05% from 255) = 36.83%

 GREEN value IS 224 (87.89% from 255) = 44.36%

 BLUE value IS 95 (37.5% from 255) = 18.81%

R = 36.83%
G = 44.36%
B = 18.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAE05F (or 0xBAE05F) is known color: Conifer. HEX triplet: BA, E0 and 5F. RGB value is (186,224,95). Sum of RGB (Red+Green+Blue) = 186+224+95=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE05F is #451FA0. Grayscale: #C6C6C6. Windows color (decimal): -4530081 or 6283450. OLE color: 6283450.

HSL color Cylindrical-coordinate representation of color #BAE05F: hue angle of 77.67º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE05F is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 95 -
CMYK 0.17 0 0.58 0.12
HSL 77.67º 0.68% 0.63% -
HSV(B) 77.67º 0.58% 0.88% -
XYZ 48.97 64.58 20.71 -
YUV 197.93 69.91 119.49 -
System Red Green Blue C M Y K H S L
Decimal 186 224 95 0.17 0 0.58 0.12 77.67 0.68 0.63
Hex BA E0 5F 11 0 3A C 4E 44 3F
Octal 272 340 137 21 0 72 14 116 104 77
Binary 10111010 11100000 1011111 10001 0 111010 1100 1001110 1000100 111111

Color Harmonies of #BAE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE05F

Black with #BAE05F

Text Example


Text Example

White with #BAE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE05F; }

 p { color: rgb(186,224,95); }

 H1.HeaderClassName
 {
   color: #BAE05F;
 }
 .AnyTagClassName
 {
   color: #BAE05F;
 }
</style>

background-color css

<style>
 a { background-color: #BAE05F; }

 a { background-color: rgb(186,224,95); }

 div.DivClassName
 {
   background-color: #BAE05F;
 }
 .BgClassName
 {
   background-color: #BAE05F;
 }
</style>

border-color css

<style>
 span { border-color: #BAE05F; }

 span { border-color: rgb(186,224,95); }

 td.TdClassName
 {
   border-color: #BAE05F;
 }
 .TagClassName
 {
   border-color: #BAE05F;
 }
</style>