Html Css Color HEX #BBC078 Pine Glade

📋 copy color: '#BBC078'

red 187 ◦ green 192 ◦ blue 120

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

Shades of Pine Glade #BBC078

Tints of Pine Glade #BBC078

RGB

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

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

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

R = 37.47%
G = 38.48%
B = 24.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BBC078 (or 0xBBC078) is known color: Pine Glade. HEX triplet: BB, C0 and 78. RGB value is (187,192,120). Sum of RGB (Red+Green+Blue) = 187+192+120=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC078 is #443F87. Grayscale: #B6B6B6. Windows color (decimal): -4472712 or 7913659. OLE color: 7913659.

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

Color convert

RGB 187 192 120 -
CMYK 0.03 0 0.38 0.25
HSL 64.17º 0.36% 0.61% -
HSV(B) 64.17º 0.38% 0.75% -
XYZ 42.73 49.62 25.09 -
YUV 182.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 187 192 120 0.03 0 0.38 0.25 64.17 0.36 0.61
Hex BB C0 78 3 0 26 19 40 24 3D
Octal 273 300 170 3 0 46 31 100 44 75
Binary 10111011 11000000 1111000 11 0 100110 11001 1000000 100100 111101

Color Harmonies of #BBC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC078

Black with #BBC078

Text Example


Text Example

White with #BBC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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