Html Css Color HEX #BBC772 Pine Glade

📋 copy color: '#BBC772'

red 187 ◦ green 199 ◦ blue 114

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

Shades of Pine Glade #BBC772

Tints of Pine Glade #BBC772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 37.4%
G = 39.8%
B = 22.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#BBC772 (or 0xBBC772) is known color: Pine Glade. HEX triplet: BB, C7 and 72. RGB value is (187,199,114). Sum of RGB (Red+Green+Blue) = 187+199+114=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC772 is #44388D. Grayscale: #BABABA. Windows color (decimal): -4470926 or 7522235. OLE color: 7522235.

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

Color convert

RGB 187 199 114 -
CMYK 0.06 0 0.43 0.22
HSL 68.47º 0.43% 0.61% -
HSV(B) 68.47º 0.43% 0.78% -
XYZ 43.95 52.63 23.76 -
YUV 185.72 87.52 128.91 -
System Red Green Blue C M Y K H S L
Decimal 187 199 114 0.06 0 0.43 0.22 68.47 0.43 0.61
Hex BB C7 72 6 0 2B 16 44 2B 3D
Octal 273 307 162 6 0 53 26 104 53 75
Binary 10111011 11000111 1110010 110 0 101011 10110 1000100 101011 111101

Color Harmonies of #BBC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC772

Black with #BBC772

Text Example


Text Example

White with #BBC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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