Html Css Color HEX #BBC278 Pine Glade

📋 copy color: '#BBC278'

red 187 ◦ green 194 ◦ blue 120

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

Shades of Pine Glade #BBC278

Tints of Pine Glade #BBC278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.95%

R = 37.33%
G = 38.72%
B = 23.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#BBC278 (or 0xBBC278) is known color: Pine Glade. HEX triplet: BB, C2 and 78. RGB value is (187,194,120). Sum of RGB (Red+Green+Blue) = 187+194+120=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC278 is #443D87. Grayscale: #B7B7B7. Windows color (decimal): -4472200 or 7914171. OLE color: 7914171.

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

Color convert

RGB 187 194 120 -
CMYK 0.04 0 0.38 0.24
HSL 65.68º 0.38% 0.62% -
HSV(B) 65.68º 0.38% 0.76% -
XYZ 43.18 50.5 25.24 -
YUV 183.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 187 194 120 0.04 0 0.38 0.24 65.68 0.38 0.62
Hex BB C2 78 4 0 26 18 42 26 3E
Octal 273 302 170 4 0 46 30 102 46 76
Binary 10111011 11000010 1111000 100 0 100110 11000 1000010 100110 111110

Color Harmonies of #BBC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC278

Black with #BBC278

Text Example


Text Example

White with #BBC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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