Html Css Color HEX #BBC379 Pine Glade

📋 copy color: '#BBC379'

red 187 ◦ green 195 ◦ blue 121

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

Shades of Pine Glade #BBC379

Tints of Pine Glade #BBC379

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.77%

 BLUE value IS 121 (47.66% from 255) = 24.06%

R = 37.18%
G = 38.77%
B = 24.06%

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

#BBC379 (or 0xBBC379) is known color: Pine Glade. HEX triplet: BB, C3 and 79. RGB value is (187,195,121). Sum of RGB (Red+Green+Blue) = 187+195+121=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC379 is #443C86. Grayscale: #B8B8B8. Windows color (decimal): -4471943 or 7979963. OLE color: 7979963.

HSL color Cylindrical-coordinate representation of color #BBC379: hue angle of 66.49º 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 #BBC379 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 121 -
CMYK 0.04 0 0.38 0.24
HSL 66.49º 0.38% 0.62% -
HSV(B) 66.49º 0.38% 0.76% -
XYZ 43.46 50.98 25.64 -
YUV 184.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 187 195 121 0.04 0 0.38 0.24 66.49 0.38 0.62
Hex BB C3 79 4 0 26 18 42 26 3E
Octal 273 303 171 4 0 46 30 102 46 76
Binary 10111011 11000011 1111001 100 0 100110 11000 1000010 100110 111110

Color Harmonies of #BBC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC379

Black with #BBC379

Text Example


Text Example

White with #BBC379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC379; }

 p { color: rgb(187,195,121); }

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

background-color css

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

 a { background-color: rgb(187,195,121); }

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

border-color css

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

 span { border-color: rgb(187,195,121); }

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