Html Css Color HEX #C1BA39 Old Gold

📋 copy color: '#C1BA39'

red 193 ◦ green 186 ◦ blue 57

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

Shades of Old Gold #C1BA39

Tints of Old Gold #C1BA39

RGB

 RED value IS 193 (75.78% from 255) = 44.27%

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

 BLUE value IS 57 (22.66% from 255) = 13.07%

R = 44.27%
G = 42.66%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1BA39 (or 0xC1BA39) is known color: Old Gold. HEX triplet: C1, BA and 39. RGB value is (193,186,57). Sum of RGB (Red+Green+Blue) = 193+186+57=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA39 is #3E45C6. Grayscale: #ADADAD. Windows color (decimal): -4081095 or 3783361. OLE color: 3783361.

HSL color Cylindrical-coordinate representation of color #C1BA39: hue angle of 56.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1BA39 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 186 57 -
CMYK 0 0.04 0.70 0.24
HSL 56.91º 0.54% 0.49% -
HSV(B) 56.91º 0.7% 0.76% -
XYZ 40.29 46.75 10.77 -
YUV 173.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 193 186 57 0 0.04 0.70 0.24 56.91 0.54 0.49
Hex C1 BA 39 0 4 46 18 39 36 31
Octal 301 272 71 0 4 106 30 71 66 61
Binary 11000001 10111010 111001 0 100 1000110 11000 111001 110110 110001

Color Harmonies of #C1BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA39

Black with #C1BA39

Text Example


Text Example

White with #C1BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA39; }

 p { color: rgb(193,186,57); }

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

background-color css

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

 a { background-color: rgb(193,186,57); }

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

border-color css

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

 span { border-color: rgb(193,186,57); }

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