Html Css Color HEX #BBC476 Pine Glade

📋 copy color: '#BBC476'

red 187 ◦ green 196 ◦ blue 118

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

Shades of Pine Glade #BBC476

Tints of Pine Glade #BBC476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

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

R = 37.33%
G = 39.12%
B = 23.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#BBC476 (or 0xBBC476) is known color: Pine Glade. HEX triplet: BB, C4 and 76. RGB value is (187,196,118). Sum of RGB (Red+Green+Blue) = 187+196+118=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC476 is #443B89. Grayscale: #B8B8B8. Windows color (decimal): -4471690 or 7783611. OLE color: 7783611.

HSL color Cylindrical-coordinate representation of color #BBC476: hue angle of 66.92º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC476 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 118 -
CMYK 0.05 0 0.40 0.23
HSL 66.92º 0.4% 0.62% -
HSV(B) 66.92º 0.4% 0.77% -
XYZ 43.5 51.35 24.76 -
YUV 184.42 90.52 129.84 -
System Red Green Blue C M Y K H S L
Decimal 187 196 118 0.05 0 0.40 0.23 66.92 0.4 0.62
Hex BB C4 76 5 0 28 17 43 28 3E
Octal 273 304 166 5 0 50 27 103 50 76
Binary 10111011 11000100 1110110 101 0 101000 10111 1000011 101000 111110

Color Harmonies of #BBC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC476

Black with #BBC476

Text Example


Text Example

White with #BBC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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