Html Css Color HEX #C2BD81 Pine Glade

📋 copy color: '#C2BD81'

red 194 ◦ green 189 ◦ blue 129

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

Shades of Pine Glade #C2BD81

Tints of Pine Glade #C2BD81

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

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

 BLUE value IS 129 (50.78% from 255) = 25.2%

R = 37.89%
G = 36.91%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C2BD81 (or 0xC2BD81) is known color: Pine Glade. HEX triplet: C2, BD and 81. RGB value is (194,189,129). Sum of RGB (Red+Green+Blue) = 194+189+129=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD81 is #3D427E. Grayscale: #B7B7B7. Windows color (decimal): -4014719 or 8502722. OLE color: 8502722.

HSL color Cylindrical-coordinate representation of color #C2BD81: hue angle of 55.38º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2BD81 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 129 -
CMYK 0 0.03 0.34 0.24
HSL 55.38º 0.35% 0.63% -
HSV(B) 55.38º 0.34% 0.76% -
XYZ 44.41 49.45 27.97 -
YUV 183.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 194 189 129 0 0.03 0.34 0.24 55.38 0.35 0.63
Hex C2 BD 81 0 3 22 18 37 23 3F
Octal 302 275 201 0 3 42 30 67 43 77
Binary 11000010 10111101 10000001 0 11 100010 11000 110111 100011 111111

Color Harmonies of #C2BD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD81

Black with #C2BD81

Text Example


Text Example

White with #C2BD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD81; }

 p { color: rgb(194,189,129); }

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

background-color css

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

 a { background-color: rgb(194,189,129); }

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

border-color css

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

 span { border-color: rgb(194,189,129); }

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