#BBF35C

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

Shades of Conifer #BBF35C

Tints of Conifer #BBF35C

Color information

#BBF35C (or 0xBBF35C) is unknown color: approx Conifer. HEX triplet: BB, F3 and 5C. RGB value is (187,243,92). Sum of RGB (Red+Green+Blue) = 187+243+92=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF35C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF35C is #440CA3. Grayscale: #D1D1D1. Windows color (decimal): -4459684 or 6091707. OLE color: 6091707.

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

Color convert

RGB18724392-
CMYK0.2300.620.05
HSL82.25º86.29%65.69%-
HSV(B)82.25º62.14%95.29%-
XYZ54.4875.4421.82-
YUV209.0461.95112.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 243 (95.31% from 255) = 46.55%
BLUE value IS 92 (36.33% from 255) = 17.62%
R=35.82%
G=46.55%
B=17.62%

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
Decimal187243920.2300.620.0582.2586.2965.69
HexBBF35C1703E5525642
Octal273363134270765122126102
Binary10111011111100111011100101110111110101101001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF35C; }

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

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

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

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

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

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

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

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