Html Css Color HEX #BBC073 Pine Glade

📋 copy color: '#BBC073'

red 187 ◦ green 192 ◦ blue 115

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

Shades of Pine Glade #BBC073

Tints of Pine Glade #BBC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.28%

R = 37.85%
G = 38.87%
B = 23.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BBC073 (or 0xBBC073) is known color: Pine Glade. HEX triplet: BB, C0 and 73. RGB value is (187,192,115). Sum of RGB (Red+Green+Blue) = 187+192+115=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC073 is #443F8C. Grayscale: #B6B6B6. Windows color (decimal): -4472717 or 7585979. OLE color: 7585979.

HSL color Cylindrical-coordinate representation of color #BBC073: hue angle of 63.9º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC073 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 115 -
CMYK 0.03 0 0.40 0.25
HSL 63.9º 0.38% 0.6% -
HSV(B) 63.9º 0.4% 0.75% -
XYZ 42.44 49.5 23.54 -
YUV 181.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 187 192 115 0.03 0 0.40 0.25 63.9 0.38 0.6
Hex BB C0 73 3 0 28 19 40 26 3C
Octal 273 300 163 3 0 50 31 100 46 74
Binary 10111011 11000000 1110011 11 0 101000 11001 1000000 100110 111100

Color Harmonies of #BBC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC073

Black with #BBC073

Text Example


Text Example

White with #BBC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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