Html Css Color HEX #BBC575 Pine Glade

📋 copy color: '#BBC575'

red 187 ◦ green 197 ◦ blue 117

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

Shades of Pine Glade #BBC575

Tints of Pine Glade #BBC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.32%

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

R = 37.33%
G = 39.32%
B = 23.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BBC575 (or 0xBBC575) is known color: Pine Glade. HEX triplet: BB, C5 and 75. RGB value is (187,197,117). Sum of RGB (Red+Green+Blue) = 187+197+117=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC575 is #443A8A. Grayscale: #B9B9B9. Windows color (decimal): -4471435 or 7718331. OLE color: 7718331.

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

Color convert

RGB 187 197 117 -
CMYK 0.05 0 0.41 0.23
HSL 67.5º 0.41% 0.62% -
HSV(B) 67.5º 0.41% 0.77% -
XYZ 43.67 51.78 24.52 -
YUV 184.89 89.69 129.5 -
System Red Green Blue C M Y K H S L
Decimal 187 197 117 0.05 0 0.41 0.23 67.5 0.41 0.62
Hex BB C5 75 5 0 29 17 44 29 3E
Octal 273 305 165 5 0 51 27 104 51 76
Binary 10111011 11000101 1110101 101 0 101001 10111 1000100 101001 111110

Color Harmonies of #BBC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC575

Black with #BBC575

Text Example


Text Example

White with #BBC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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