#C4BD84

Color #C4BD84 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #C4BD84

Tints of Yuma #C4BD84

Color information

#C4BD84 (or 0xC4BD84) is unknown color: approx Yuma. HEX triplet: C4, BD and 84. RGB value is (196,189,132). Sum of RGB (Red+Green+Blue) = 196+189+132=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BD84 is #3B427B. Grayscale: #B8B8B8. Windows color (decimal): -3883644 or 8699332. OLE color: 8699332.

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

Color convert

RGB196189132-
CMYK00.040.330.23
HSL53.44º35.16%64.31%-
HSV(B)53.44º32.65%76.86%-
XYZ45.1349.829.06-
YUV184.698.32136.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=37.91%
G=36.56%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618913200.040.330.2353.4435.1664.31
HexC4BD84042117352340
Octal3042752040441276543100
Binary1100010010111101100001000100100001101111101011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD84; }

 p { color: rgb(196,189,132); }

 H1.HeaderClassName
 {
   color: #C4BD84;
 }
 .AnyTagClassName
 {
   color: #C4BD84;
 }
</style>
background-color css

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

 a { background-color: rgb(196,189,132); }

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

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

 span { border-color: rgb(196,189,132); }

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