Html Css Color HEX #C3BA3B Old Gold

📋 copy color: '#C3BA3B'

red 195 ◦ green 186 ◦ blue 59

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

Shades of Old Gold #C3BA3B

Tints of Old Gold #C3BA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.41%

R = 44.32%
G = 42.27%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3BA3B (or 0xC3BA3B) is known color: Old Gold. HEX triplet: C3, BA and 3B. RGB value is (195,186,59). Sum of RGB (Red+Green+Blue) = 195+186+59=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA3B is #3C45C4. Grayscale: #AEAEAE. Windows color (decimal): -3950021 or 3914435. OLE color: 3914435.

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

Color convert

RGB 195 186 59 -
CMYK 0 0.05 0.70 0.24
HSL 56.03º 0.54% 0.5% -
HSV(B) 56.03º 0.7% 0.76% -
XYZ 40.85 47.04 11.06 -
YUV 174.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 195 186 59 0 0.05 0.70 0.24 56.03 0.54 0.5
Hex C3 BA 3B 0 5 46 18 38 36 32
Octal 303 272 73 0 5 106 30 70 66 62
Binary 11000011 10111010 111011 0 101 1000110 11000 111000 110110 110010

Color Harmonies of #C3BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA3B

Black with #C3BA3B

Text Example


Text Example

White with #C3BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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