Html Css Color HEX #BBC270 Pine Glade

📋 copy color: '#BBC270'

red 187 ◦ green 194 ◦ blue 112

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

Shades of Pine Glade #BBC270

Tints of Pine Glade #BBC270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.35%

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

R = 37.93%
G = 39.35%
B = 22.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BBC270 (or 0xBBC270) is known color: Pine Glade. HEX triplet: BB, C2 and 70. RGB value is (187,194,112). Sum of RGB (Red+Green+Blue) = 187+194+112=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC270 is #443D8F. Grayscale: #B6B6B6. Windows color (decimal): -4472208 or 7389883. OLE color: 7389883.

HSL color Cylindrical-coordinate representation of color #BBC270: hue angle of 65.12º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBC270 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 112 -
CMYK 0.04 0 0.42 0.24
HSL 65.12º 0.4% 0.6% -
HSV(B) 65.12º 0.42% 0.76% -
XYZ 42.71 50.32 22.79 -
YUV 182.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 187 194 112 0.04 0 0.42 0.24 65.12 0.4 0.6
Hex BB C2 70 4 0 2A 18 41 28 3C
Octal 273 302 160 4 0 52 30 101 50 74
Binary 10111011 11000010 1110000 100 0 101010 11000 1000001 101000 111100

Color Harmonies of #BBC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC270

Black with #BBC270

Text Example


Text Example

White with #BBC270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC270; }

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

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

background-color css

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

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

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

border-color css

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

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

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