Html Css Color HEX #BBF860 Conifer

📋 copy color: '#BBF860'

red 187 ◦ green 248 ◦ blue 96

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

Shades of Conifer #BBF860

Tints of Conifer #BBF860

RGB

 RED value IS 187 (73.44% from 255) = 35.22%

 GREEN value IS 248 (97.27% from 255) = 46.7%

 BLUE value IS 96 (37.89% from 255) = 18.08%

R = 35.22%
G = 46.7%
B = 18.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#BBF860 (or 0xBBF860) is known color: Conifer. HEX triplet: BB, F8 and 60. RGB value is (187,248,96). Sum of RGB (Red+Green+Blue) = 187+248+96=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF860 is #44079F. Grayscale: #D4D4D4. Windows color (decimal): -4458400 or 6355131. OLE color: 6355131.

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

Color convert

RGB 187 248 96 -
CMYK 0.25 0 0.61 0.03
HSL 84.08º 0.92% 0.67% -
HSV(B) 84.08º 0.61% 0.97% -
XYZ 56.17 78.54 23.27 -
YUV 212.43 62.29 109.86 -
System Red Green Blue C M Y K H S L
Decimal 187 248 96 0.25 0 0.61 0.03 84.08 0.92 0.67
Hex BB F8 60 19 0 3D 3 54 5C 43
Octal 273 370 140 31 0 75 3 124 134 103
Binary 10111011 11111000 1100000 11001 0 111101 11 1010100 1011100 1000011

Color Harmonies of #BBF860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF860

Black with #BBF860

Text Example


Text Example

White with #BBF860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF860; }

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

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

background-color css

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

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

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

border-color css

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

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

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