#BBF85A

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

Shades of Conifer #BBF85A

Tints of Conifer #BBF85A

Color information

#BBF85A (or 0xBBF85A) is unknown color: approx Conifer. HEX triplet: BB, F8 and 5A. RGB value is (187,248,90). Sum of RGB (Red+Green+Blue) = 187+248+90=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF85A is #4407A5. Grayscale: #D4D4D4. Windows color (decimal): -4458406 or 5961915. OLE color: 5961915.

HSL color Cylindrical-coordinate representation of color #BBF85A: hue angle of 83.16º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBF85A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB18724890-
CMYK0.2500.640.03
HSL83.16º91.86%66.27%-
HSV(B)83.16º63.71%97.25%-
XYZ55.9178.4421.87-
YUV211.7559.29110.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 248 (97.27% from 255) = 47.24%
BLUE value IS 90 (35.55% from 255) = 17.14%
R=35.62%
G=47.24%
B=17.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal187248900.2500.640.0383.1691.8666.27
HexBBF85A190403535c42
Octal2733701323101003123134102
Binary10111011111110001011010110010100000011101001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF85A; }

 p { color: rgb(187,248,90); }

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

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

 a { background-color: rgb(187,248,90); }

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

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

 span { border-color: rgb(187,248,90); }

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