Html Css Color HEX #B2BC74 Pine Glade

📋 copy color: '#B2BC74'

red 178 ◦ green 188 ◦ blue 116

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

Shades of Pine Glade #B2BC74

Tints of Pine Glade #B2BC74

RGB

 RED value IS 178 (69.92% from 255) = 36.93%

 GREEN value IS 188 (73.83% from 255) = 39%

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 36.93%
G = 39%
B = 24.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#B2BC74 (or 0xB2BC74) is known color: Pine Glade. HEX triplet: B2, BC and 74. RGB value is (178,188,116). Sum of RGB (Red+Green+Blue) = 178+188+116=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC74 is #4D438B. Grayscale: #B1B1B1. Windows color (decimal): -5063564 or 7650482. OLE color: 7650482.

HSL color Cylindrical-coordinate representation of color #B2BC74: hue angle of 68.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2BC74 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 116 -
CMYK 0.05 0 0.38 0.26
HSL 68.33º 0.35% 0.6% -
HSV(B) 68.33º 0.38% 0.74% -
XYZ 39.5 46.69 23.45 -
YUV 176.8 93.69 128.85 -
System Red Green Blue C M Y K H S L
Decimal 178 188 116 0.05 0 0.38 0.26 68.33 0.35 0.6
Hex B2 BC 74 5 0 26 1A 44 23 3C
Octal 262 274 164 5 0 46 32 104 43 74
Binary 10110010 10111100 1110100 101 0 100110 11010 1000100 100011 111100

Color Harmonies of #B2BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC74

Black with #B2BC74

Text Example


Text Example

White with #B2BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC74; }

 p { color: rgb(178,188,116); }

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

background-color css

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

 a { background-color: rgb(178,188,116); }

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

border-color css

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

 span { border-color: rgb(178,188,116); }

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