Html Css Color HEX #BBC975 Pine Glade

📋 copy color: '#BBC975'

red 187 ◦ green 201 ◦ blue 117

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

Shades of Pine Glade #BBC975

Tints of Pine Glade #BBC975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 37.03%
G = 39.8%
B = 23.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#BBC975 (or 0xBBC975) is known color: Pine Glade. HEX triplet: BB, C9 and 75. RGB value is (187,201,117). Sum of RGB (Red+Green+Blue) = 187+201+117=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC975 is #44368A. Grayscale: #BBBBBB. Windows color (decimal): -4470411 or 7719355. OLE color: 7719355.

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

Color convert

RGB 187 201 117 -
CMYK 0.07 0 0.42 0.21
HSL 70º 0.44% 0.62% -
HSV(B) 70º 0.42% 0.79% -
XYZ 44.59 53.62 24.83 -
YUV 187.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 187 201 117 0.07 0 0.42 0.21 70 0.44 0.62
Hex BB C9 75 7 0 2A 15 46 2C 3E
Octal 273 311 165 7 0 52 25 106 54 76
Binary 10111011 11001001 1110101 111 0 101010 10101 1000110 101100 111110

Color Harmonies of #BBC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC975

Black with #BBC975

Text Example


Text Example

White with #BBC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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