Html Css Color HEX #B2BD73 Pine Glade

📋 copy color: '#B2BD73'

red 178 ◦ green 189 ◦ blue 115

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

Shades of Pine Glade #B2BD73

Tints of Pine Glade #B2BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.21%

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 36.93%
G = 39.21%
B = 23.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#B2BD73 (or 0xB2BD73) is known color: Pine Glade. HEX triplet: B2, BD and 73. RGB value is (178,189,115). Sum of RGB (Red+Green+Blue) = 178+189+115=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD73 is #4D428C. Grayscale: #B1B1B1. Windows color (decimal): -5063309 or 7585202. OLE color: 7585202.

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

Color convert

RGB 178 189 115 -
CMYK 0.06 0 0.39 0.26
HSL 68.92º 0.36% 0.6% -
HSV(B) 68.92º 0.39% 0.74% -
XYZ 39.65 47.1 23.22 -
YUV 177.28 92.86 128.52 -
System Red Green Blue C M Y K H S L
Decimal 178 189 115 0.06 0 0.39 0.26 68.92 0.36 0.6
Hex B2 BD 73 6 0 27 1A 45 24 3C
Octal 262 275 163 6 0 47 32 105 44 74
Binary 10110010 10111101 1110011 110 0 100111 11010 1000101 100100 111100

Color Harmonies of #B2BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD73

Black with #B2BD73

Text Example


Text Example

White with #B2BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD73; }

 p { color: rgb(178,189,115); }

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

background-color css

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

 a { background-color: rgb(178,189,115); }

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

border-color css

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

 span { border-color: rgb(178,189,115); }

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