#BAF55C

Color #BAF55C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BAF55C

Tints of Conifer #BAF55C

Color information

#BAF55C (or 0xBAF55C) is unknown color: approx Conifer. HEX triplet: BA, F5 and 5C. RGB value is (186,245,92). Sum of RGB (Red+Green+Blue) = 186+245+92=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF55C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF55C is #450AA3. Grayscale: #D2D2D2. Windows color (decimal): -4524708 or 6092218. OLE color: 6092218.

HSL color Cylindrical-coordinate representation of color #BAF55C: hue angle of 83.14º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAF55C is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB18624592-
CMYK0.2400.620.04
HSL83.14º88.44%66.08%-
HSV(B)83.14º62.45%96.08%-
XYZ54.8376.5222-
YUV209.9261.45110.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 245 (96.09% from 255) = 46.85%
BLUE value IS 92 (36.33% from 255) = 17.59%
R=35.56%
G=46.85%
B=17.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186245920.2400.620.0483.1488.4466.08
HexBAF55C1803E4535842
Octal272365134300764123130102
Binary10111010111101011011100110000111110100101001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF55C; }

 p { color: rgb(186,245,92); }

 H1.HeaderClassName
 {
   color: #BAF55C;
 }
 .AnyTagClassName
 {
   color: #BAF55C;
 }
</style>
background-color css

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

 a { background-color: rgb(186,245,92); }

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

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

 span { border-color: rgb(186,245,92); }

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