Html Css Color HEX #BBC070 Pine Glade

📋 copy color: '#BBC070'

red 187 ◦ green 192 ◦ blue 112

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

Shades of Pine Glade #BBC070

Tints of Pine Glade #BBC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 38.09%
G = 39.1%
B = 22.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BBC070 (or 0xBBC070) is known color: Pine Glade. HEX triplet: BB, C0 and 70. RGB value is (187,192,112). Sum of RGB (Red+Green+Blue) = 187+192+112=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC070 is #443F8F. Grayscale: #B5B5B5. Windows color (decimal): -4472720 or 7389371. OLE color: 7389371.

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

Color convert

RGB 187 192 112 -
CMYK 0.03 0 0.42 0.25
HSL 63.75º 0.39% 0.6% -
HSV(B) 63.75º 0.42% 0.75% -
XYZ 42.27 49.43 22.64 -
YUV 181.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 187 192 112 0.03 0 0.42 0.25 63.75 0.39 0.6
Hex BB C0 70 3 0 2A 19 40 27 3C
Octal 273 300 160 3 0 52 31 100 47 74
Binary 10111011 11000000 1110000 11 0 101010 11001 1000000 100111 111100

Color Harmonies of #BBC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC070

Black with #BBC070

Text Example


Text Example

White with #BBC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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