Html Css Color HEX #C4B82A Old Gold

📋 copy color: '#C4B82A'

red 196 ◦ green 184 ◦ blue 42

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

Shades of Old Gold #C4B82A

Tints of Old Gold #C4B82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.6%

 BLUE value IS 42 (16.8% from 255) = 9.95%

R = 46.45%
G = 43.6%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4B82A (or 0xC4B82A) is known color: Old Gold. HEX triplet: C4, B8 and 2A. RGB value is (196,184,42). Sum of RGB (Red+Green+Blue) = 196+184+42=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B82A is #3B47D5. Grayscale: #ABABAB. Windows color (decimal): -3885014 or 2799812. OLE color: 2799812.

HSL color Cylindrical-coordinate representation of color #C4B82A: hue angle of 55.32º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4B82A is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 184 42 -
CMYK 0 0.06 0.79 0.23
HSL 55.32º 0.65% 0.47% -
HSV(B) 55.32º 0.79% 0.77% -
XYZ 40.32 46.18 8.98 -
YUV 171.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 196 184 42 0 0.06 0.79 0.23 55.32 0.65 0.47
Hex C4 B8 2A 0 6 4F 17 37 41 2F
Octal 304 270 52 0 6 117 27 67 101 57
Binary 11000100 10111000 101010 0 110 1001111 10111 110111 1000001 101111

Color Harmonies of #C4B82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B82A

Black with #C4B82A

Text Example


Text Example

White with #C4B82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B82A; }

 p { color: rgb(196,184,42); }

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

background-color css

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

 a { background-color: rgb(196,184,42); }

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

border-color css

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

 span { border-color: rgb(196,184,42); }

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