Html Css Color HEX #C4BA2F Old Gold

📋 copy color: '#C4BA2F'

red 196 ◦ green 186 ◦ blue 47

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

Shades of Old Gold #C4BA2F

Tints of Old Gold #C4BA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.96%

R = 45.69%
G = 43.36%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4BA2F (or 0xC4BA2F) is known color: Old Gold. HEX triplet: C4, BA and 2F. RGB value is (196,186,47). Sum of RGB (Red+Green+Blue) = 196+186+47=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA2F is #3B45D0. Grayscale: #ADADAD. Windows color (decimal): -3884497 or 3128004. OLE color: 3128004.

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

Color convert

RGB 196 186 47 -
CMYK 0 0.05 0.76 0.23
HSL 55.97º 0.61% 0.48% -
HSV(B) 55.97º 0.76% 0.77% -
XYZ 40.84 47.06 9.62 -
YUV 173.14 56.81 144.3 -
System Red Green Blue C M Y K H S L
Decimal 196 186 47 0 0.05 0.76 0.23 55.97 0.61 0.48
Hex C4 BA 2F 0 5 4C 17 38 3D 30
Octal 304 272 57 0 5 114 27 70 75 60
Binary 11000100 10111010 101111 0 101 1001100 10111 111000 111101 110000

Color Harmonies of #C4BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA2F

Black with #C4BA2F

Text Example


Text Example

White with #C4BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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