Html Css Color HEX #C4BA2D Old Gold

📋 copy color: '#C4BA2D'

red 196 ◦ green 186 ◦ blue 45

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

Shades of Old Gold #C4BA2D

Tints of Old Gold #C4BA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

 BLUE value IS 45 (17.97% from 255) = 10.54%

R = 45.9%
G = 43.56%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4BA2D (or 0xC4BA2D) is known color: Old Gold. HEX triplet: C4, BA and 2D. RGB value is (196,186,45). Sum of RGB (Red+Green+Blue) = 196+186+45=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA2D is #3B45D2. Grayscale: #ADADAD. Windows color (decimal): -3884499 or 2996932. OLE color: 2996932.

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

Color convert

RGB 196 186 45 -
CMYK 0 0.05 0.77 0.23
HSL 56.03º 0.63% 0.47% -
HSV(B) 56.03º 0.77% 0.77% -
XYZ 40.8 47.04 9.41 -
YUV 172.92 55.81 144.46 -
System Red Green Blue C M Y K H S L
Decimal 196 186 45 0 0.05 0.77 0.23 56.03 0.63 0.47
Hex C4 BA 2D 0 5 4D 17 38 3F 2F
Octal 304 272 55 0 5 115 27 70 77 57
Binary 11000100 10111010 101101 0 101 1001101 10111 111000 111111 101111

Color Harmonies of #C4BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA2D

Black with #C4BA2D

Text Example


Text Example

White with #C4BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA2D; }

 p { color: rgb(196,186,45); }

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

background-color css

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

 a { background-color: rgb(196,186,45); }

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

border-color css

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

 span { border-color: rgb(196,186,45); }

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