Html Css Color HEX #BBC075 Pine Glade

📋 copy color: '#BBC075'

red 187 ◦ green 192 ◦ blue 117

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

Shades of Pine Glade #BBC075

Tints of Pine Glade #BBC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

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

R = 37.7%
G = 38.71%
B = 23.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BBC075 (or 0xBBC075) is known color: Pine Glade. HEX triplet: BB, C0 and 75. RGB value is (187,192,117). Sum of RGB (Red+Green+Blue) = 187+192+117=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC075 is #443F8A. Grayscale: #B6B6B6. Windows color (decimal): -4472715 or 7717051. OLE color: 7717051.

HSL color Cylindrical-coordinate representation of color #BBC075: hue angle of 64º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBC075 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 117 -
CMYK 0.03 0 0.39 0.25
HSL 64º 0.37% 0.61% -
HSV(B) 64º 0.39% 0.75% -
XYZ 42.55 49.55 24.15 -
YUV 181.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 187 192 117 0.03 0 0.39 0.25 64 0.37 0.61
Hex BB C0 75 3 0 27 19 40 25 3D
Octal 273 300 165 3 0 47 31 100 45 75
Binary 10111011 11000000 1110101 11 0 100111 11001 1000000 100101 111101

Color Harmonies of #BBC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC075

Black with #BBC075

Text Example


Text Example

White with #BBC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC075; }

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

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

background-color css

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

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

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

border-color css

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

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

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