Html Css Color HEX #BBC071 Pine Glade

📋 copy color: '#BBC071'

red 187 ◦ green 192 ◦ blue 113

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

Shades of Pine Glade #BBC071

Tints of Pine Glade #BBC071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 38.01%
G = 39.02%
B = 22.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BBC071 (or 0xBBC071) is known color: Pine Glade. HEX triplet: BB, C0 and 71. RGB value is (187,192,113). Sum of RGB (Red+Green+Blue) = 187+192+113=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC071 is #443F8E. Grayscale: #B5B5B5. Windows color (decimal): -4472719 or 7454907. OLE color: 7454907.

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

Color convert

RGB 187 192 113 -
CMYK 0.03 0 0.41 0.25
HSL 63.8º 0.39% 0.6% -
HSV(B) 63.8º 0.41% 0.75% -
XYZ 42.32 49.46 22.94 -
YUV 181.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 187 192 113 0.03 0 0.41 0.25 63.8 0.39 0.6
Hex BB C0 71 3 0 29 19 40 27 3C
Octal 273 300 161 3 0 51 31 100 47 74
Binary 10111011 11000000 1110001 11 0 101001 11001 1000000 100111 111100

Color Harmonies of #BBC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC071

Black with #BBC071

Text Example


Text Example

White with #BBC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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