Html Css Color HEX #BBC376 Pine Glade

📋 copy color: '#BBC376'

red 187 ◦ green 195 ◦ blue 118

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

Shades of Pine Glade #BBC376

Tints of Pine Glade #BBC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39%

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 37.4%
G = 39%
B = 23.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BBC376 (or 0xBBC376) is known color: Pine Glade. HEX triplet: BB, C3 and 76. RGB value is (187,195,118). Sum of RGB (Red+Green+Blue) = 187+195+118=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC376 is #443C89. Grayscale: #B8B8B8. Windows color (decimal): -4471946 or 7783355. OLE color: 7783355.

HSL color Cylindrical-coordinate representation of color #BBC376: hue angle of 66.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBC376 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 118 -
CMYK 0.04 0 0.39 0.24
HSL 66.23º 0.39% 0.61% -
HSV(B) 66.23º 0.39% 0.76% -
XYZ 43.28 50.9 24.68 -
YUV 183.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 187 195 118 0.04 0 0.39 0.24 66.23 0.39 0.61
Hex BB C3 76 4 0 27 18 42 27 3D
Octal 273 303 166 4 0 47 30 102 47 75
Binary 10111011 11000011 1110110 100 0 100111 11000 1000010 100111 111101

Color Harmonies of #BBC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC376

Black with #BBC376

Text Example


Text Example

White with #BBC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC376; }

 p { color: rgb(187,195,118); }

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

background-color css

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

 a { background-color: rgb(187,195,118); }

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

border-color css

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

 span { border-color: rgb(187,195,118); }

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