Html Css Color HEX #BBE960 Conifer

📋 copy color: '#BBE960'

red 187 ◦ green 233 ◦ blue 96

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

Shades of Conifer #BBE960

Tints of Conifer #BBE960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.16%

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

R = 36.24%
G = 45.16%
B = 18.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#BBE960 (or 0xBBE960) is known color: Conifer. HEX triplet: BB, E9 and 60. RGB value is (187,233,96). Sum of RGB (Red+Green+Blue) = 187+233+96=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE960 is #44169F. Grayscale: #CCCCCC. Windows color (decimal): -4462240 or 6351291. OLE color: 6351291.

HSL color Cylindrical-coordinate representation of color #BBE960: hue angle of 80.15º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBE960 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 96 -
CMYK 0.20 0 0.59 0.09
HSL 80.15º 0.76% 0.65% -
HSV(B) 80.15º 0.59% 0.91% -
XYZ 51.74 69.69 21.79 -
YUV 203.63 67.26 116.14 -
System Red Green Blue C M Y K H S L
Decimal 187 233 96 0.20 0 0.59 0.09 80.15 0.76 0.65
Hex BB E9 60 14 0 3B 9 50 4C 41
Octal 273 351 140 24 0 73 11 120 114 101
Binary 10111011 11101001 1100000 10100 0 111011 1001 1010000 1001100 1000001

Color Harmonies of #BBE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE960

Black with #BBE960

Text Example


Text Example

White with #BBE960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE960; }

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

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

background-color css

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

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

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

border-color css

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

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

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