Html Css Color HEX #C3BA34 Old Gold

📋 copy color: '#C3BA34'

red 195 ◦ green 186 ◦ blue 52

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

Shades of Old Gold #C3BA34

Tints of Old Gold #C3BA34

RGB

 RED value IS 195 (76.56% from 255) = 45.03%

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

 BLUE value IS 52 (20.7% from 255) = 12.01%

R = 45.03%
G = 42.96%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3BA34 (or 0xC3BA34) is known color: Old Gold. HEX triplet: C3, BA and 34. RGB value is (195,186,52). Sum of RGB (Red+Green+Blue) = 195+186+52=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA34 is #3C45CB. Grayscale: #ADADAD. Windows color (decimal): -3950028 or 3455683. OLE color: 3455683.

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

Color convert

RGB 195 186 52 -
CMYK 0 0.05 0.73 0.24
HSL 56.22º 0.58% 0.48% -
HSV(B) 56.22º 0.73% 0.76% -
XYZ 40.68 46.97 10.17 -
YUV 173.42 59.48 143.4 -
System Red Green Blue C M Y K H S L
Decimal 195 186 52 0 0.05 0.73 0.24 56.22 0.58 0.48
Hex C3 BA 34 0 5 49 18 38 3A 30
Octal 303 272 64 0 5 111 30 70 72 60
Binary 11000011 10111010 110100 0 101 1001001 11000 111000 111010 110000

Color Harmonies of #C3BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA34

Black with #C3BA34

Text Example


Text Example

White with #C3BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA34; }

 p { color: rgb(195,186,52); }

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

background-color css

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

 a { background-color: rgb(195,186,52); }

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

border-color css

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

 span { border-color: rgb(195,186,52); }

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