Html Css Color HEX #BBC972 Pine Glade

📋 copy color: '#BBC972'

red 187 ◦ green 201 ◦ blue 114

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

Shades of Pine Glade #BBC972

Tints of Pine Glade #BBC972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.04%

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

R = 37.25%
G = 40.04%
B = 22.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#BBC972 (or 0xBBC972) is known color: Pine Glade. HEX triplet: BB, C9 and 72. RGB value is (187,201,114). Sum of RGB (Red+Green+Blue) = 187+201+114=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC972 is #44368D. Grayscale: #BBBBBB. Windows color (decimal): -4470414 or 7522747. OLE color: 7522747.

HSL color Cylindrical-coordinate representation of color #BBC972: hue angle of 69.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC972 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 114 -
CMYK 0.07 0 0.43 0.21
HSL 69.66º 0.45% 0.62% -
HSV(B) 69.66º 0.43% 0.79% -
XYZ 44.42 53.55 23.92 -
YUV 186.9 86.86 128.07 -
System Red Green Blue C M Y K H S L
Decimal 187 201 114 0.07 0 0.43 0.21 69.66 0.45 0.62
Hex BB C9 72 7 0 2B 15 46 2D 3E
Octal 273 311 162 7 0 53 25 106 55 76
Binary 10111011 11001001 1110010 111 0 101011 10101 1000110 101101 111110

Color Harmonies of #BBC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC972

Black with #BBC972

Text Example


Text Example

White with #BBC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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