Html Css Color HEX #BBCB75 Pine Glade

📋 copy color: '#BBCB75'

red 187 ◦ green 203 ◦ blue 117

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

Shades of Pine Glade #BBCB75

Tints of Pine Glade #BBCB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.04%

 BLUE value IS 117 (46.09% from 255) = 23.08%

R = 36.88%
G = 40.04%
B = 23.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#BBCB75 (or 0xBBCB75) is known color: Pine Glade. HEX triplet: BB, CB and 75. RGB value is (187,203,117). Sum of RGB (Red+Green+Blue) = 187+203+117=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB75 is #44348A. Grayscale: #BCBCBC. Windows color (decimal): -4469899 or 7719867. OLE color: 7719867.

HSL color Cylindrical-coordinate representation of color #BBCB75: hue angle of 71.16º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBCB75 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 117 -
CMYK 0.08 0 0.42 0.20
HSL 71.16º 0.45% 0.63% -
HSV(B) 71.16º 0.42% 0.8% -
XYZ 45.06 54.56 24.99 -
YUV 188.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 187 203 117 0.08 0 0.42 0.20 71.16 0.45 0.63
Hex BB CB 75 8 0 2A 14 47 2D 3F
Octal 273 313 165 10 0 52 24 107 55 77
Binary 10111011 11001011 1110101 1000 0 101010 10100 1000111 101101 111111

Color Harmonies of #BBCB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB75

Black with #BBCB75

Text Example


Text Example

White with #BBCB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB75; }

 p { color: rgb(187,203,117); }

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

background-color css

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

 a { background-color: rgb(187,203,117); }

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

border-color css

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

 span { border-color: rgb(187,203,117); }

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