Html Css Color HEX #C4BF81 Pine Glade

📋 copy color: '#C4BF81'

red 196 ◦ green 191 ◦ blue 129

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

Shades of Pine Glade #C4BF81

Tints of Pine Glade #C4BF81

RGB

 RED value IS 196 (76.95% from 255) = 37.98%

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

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

R = 37.98%
G = 37.02%
B = 25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C4BF81 (or 0xC4BF81) is known color: Pine Glade. HEX triplet: C4, BF and 81. RGB value is (196,191,129). Sum of RGB (Red+Green+Blue) = 196+191+129=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF81 is #3B407E. Grayscale: #B9B9B9. Windows color (decimal): -3883135 or 8503236. OLE color: 8503236.

HSL color Cylindrical-coordinate representation of color #C4BF81: hue angle of 55.52º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4BF81 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 129 -
CMYK 0 0.03 0.34 0.23
HSL 55.52º 0.36% 0.64% -
HSV(B) 55.52º 0.34% 0.77% -
XYZ 45.36 50.58 28.14 -
YUV 185.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 196 191 129 0 0.03 0.34 0.23 55.52 0.36 0.64
Hex C4 BF 81 0 3 22 17 38 24 40
Octal 304 277 201 0 3 42 27 70 44 100
Binary 11000100 10111111 10000001 0 11 100010 10111 111000 100100 1000000

Color Harmonies of #C4BF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF81

Black with #C4BF81

Text Example


Text Example

White with #C4BF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF81; }

 p { color: rgb(196,191,129); }

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

background-color css

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

 a { background-color: rgb(196,191,129); }

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

border-color css

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

 span { border-color: rgb(196,191,129); }

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