Html Css Color HEX #BBF060 Conifer

📋 copy color: '#BBF060'

red 187 ◦ green 240 ◦ blue 96

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

Shades of Conifer #BBF060

Tints of Conifer #BBF060

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.89%

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

R = 35.76%
G = 45.89%
B = 18.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#BBF060 (or 0xBBF060) is known color: Conifer. HEX triplet: BB, F0 and 60. RGB value is (187,240,96). Sum of RGB (Red+Green+Blue) = 187+240+96=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF060 is #440F9F. Grayscale: #D0D0D0. Windows color (decimal): -4460448 or 6353083. OLE color: 6353083.

HSL color Cylindrical-coordinate representation of color #BBF060: hue angle of 82.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF060 is Cyan = 0.22, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 96 -
CMYK 0.22 0 0.6 0.06
HSL 82.08º 0.83% 0.66% -
HSV(B) 82.08º 0.6% 0.94% -
XYZ 53.76 73.73 22.46 -
YUV 207.74 64.94 113.21 -
System Red Green Blue C M Y K H S L
Decimal 187 240 96 0.22 0 0.6 0.06 82.08 0.83 0.66
Hex BB F0 60 16 0 3C 6 52 53 42
Octal 273 360 140 26 0 74 6 122 123 102
Binary 10111011 11110000 1100000 10110 0 111100 110 1010010 1010011 1000010

Color Harmonies of #BBF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF060

Black with #BBF060

Text Example


Text Example

White with #BBF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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