Html Css Color HEX #C2BF88 Pine Glade

📋 copy color: '#C2BF88'

red 194 ◦ green 191 ◦ blue 136

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

Shades of Pine Glade #C2BF88

Tints of Pine Glade #C2BF88

RGB

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

 GREEN value IS 191 (75% from 255) = 36.66%

 BLUE value IS 136 (53.52% from 255) = 26.1%

R = 37.24%
G = 36.66%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2BF88 (or 0xC2BF88) is known color: Pine Glade. HEX triplet: C2, BF and 88. RGB value is (194,191,136). Sum of RGB (Red+Green+Blue) = 194+191+136=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF88 is #3D4077. Grayscale: #B9B9B9. Windows color (decimal): -4014200 or 8961986. OLE color: 8961986.

HSL color Cylindrical-coordinate representation of color #C2BF88: hue angle of 56.9º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2BF88 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 191 136 -
CMYK 0 0.02 0.30 0.24
HSL 56.9º 0.32% 0.65% -
HSV(B) 56.9º 0.3% 0.76% -
XYZ 45.32 50.51 30.65 -
YUV 185.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 194 191 136 0 0.02 0.30 0.24 56.9 0.32 0.65
Hex C2 BF 88 0 2 1E 18 39 20 41
Octal 302 277 210 0 2 36 30 71 40 101
Binary 11000010 10111111 10001000 0 10 11110 11000 111001 100000 1000001

Color Harmonies of #C2BF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF88

Black with #C2BF88

Text Example


Text Example

White with #C2BF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF88; }

 p { color: rgb(194,191,136); }

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

background-color css

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

 a { background-color: rgb(194,191,136); }

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

border-color css

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

 span { border-color: rgb(194,191,136); }

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