Html Css Color HEX #BBC776 Pine Glade

📋 copy color: '#BBC776'

red 187 ◦ green 199 ◦ blue 118

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

Shades of Pine Glade #BBC776

Tints of Pine Glade #BBC776

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

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

R = 37.1%
G = 39.48%
B = 23.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BBC776 (or 0xBBC776) is known color: Pine Glade. HEX triplet: BB, C7 and 76. RGB value is (187,199,118). Sum of RGB (Red+Green+Blue) = 187+199+118=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC776 is #443889. Grayscale: #BABABA. Windows color (decimal): -4470922 or 7784379. OLE color: 7784379.

HSL color Cylindrical-coordinate representation of color #BBC776: hue angle of 68.89º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBC776 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 118 -
CMYK 0.06 0 0.41 0.22
HSL 68.89º 0.42% 0.62% -
HSV(B) 68.89º 0.41% 0.78% -
XYZ 44.19 52.72 24.99 -
YUV 186.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 187 199 118 0.06 0 0.41 0.22 68.89 0.42 0.62
Hex BB C7 76 6 0 29 16 45 2A 3E
Octal 273 307 166 6 0 51 26 105 52 76
Binary 10111011 11000111 1110110 110 0 101001 10110 1000101 101010 111110

Color Harmonies of #BBC776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC776

Black with #BBC776

Text Example


Text Example

White with #BBC776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC776; }

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

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

background-color css

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

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

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

border-color css

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

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

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