Html Css Color HEX #C2BA32 Old Gold

📋 copy color: '#C2BA32'

red 194 ◦ green 186 ◦ blue 50

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

Shades of Old Gold #C2BA32

Tints of Old Gold #C2BA32

RGB

 RED value IS 194 (76.17% from 255) = 45.12%

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

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 45.12%
G = 43.26%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2BA32 (or 0xC2BA32) is known color: Old Gold. HEX triplet: C2, BA and 32. RGB value is (194,186,50). Sum of RGB (Red+Green+Blue) = 194+186+50=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA32 is #3D45CD. Grayscale: #ADADAD. Windows color (decimal): -4015566 or 3324610. OLE color: 3324610.

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

Color convert

RGB 194 186 50 -
CMYK 0 0.04 0.74 0.24
HSL 56.67º 0.59% 0.48% -
HSV(B) 56.67º 0.74% 0.76% -
XYZ 40.38 46.82 9.93 -
YUV 172.89 58.65 143.06 -
System Red Green Blue C M Y K H S L
Decimal 194 186 50 0 0.04 0.74 0.24 56.67 0.59 0.48
Hex C2 BA 32 0 4 4A 18 39 3B 30
Octal 302 272 62 0 4 112 30 71 73 60
Binary 11000010 10111010 110010 0 100 1001010 11000 111001 111011 110000

Color Harmonies of #C2BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA32

Black with #C2BA32

Text Example


Text Example

White with #C2BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA32; }

 p { color: rgb(194,186,50); }

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

background-color css

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

 a { background-color: rgb(194,186,50); }

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

border-color css

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

 span { border-color: rgb(194,186,50); }

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