#BBF25C

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

Shades of Conifer #BBF25C

Tints of Conifer #BBF25C

Color information

#BBF25C (or 0xBBF25C) is unknown color: approx Conifer. HEX triplet: BB, F2 and 5C. RGB value is (187,242,92). Sum of RGB (Red+Green+Blue) = 187+242+92=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF25C is #440DA3. Grayscale: #D1D1D1. Windows color (decimal): -4459940 or 6091451. OLE color: 6091451.

HSL color Cylindrical-coordinate representation of color #BBF25C: hue angle of 82º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBF25C is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB18724292-
CMYK0.2300.620.05
HSL82º85.23%65.49%-
HSV(B)82º61.98%94.9%-
XYZ54.1874.8421.72-
YUV208.4662.28112.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 242 (94.92% from 255) = 46.45%
BLUE value IS 92 (36.33% from 255) = 17.66%
R=35.89%
G=46.45%
B=17.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187242920.2300.620.058285.2365.49
HexBBF25C1703E5525541
Octal273362134270765122125101
Binary10111011111100101011100101110111110101101001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF25C; }

 p { color: rgb(187,242,92); }

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

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

 a { background-color: rgb(187,242,92); }

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

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

 span { border-color: rgb(187,242,92); }

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