Html Css Color HEX #C2BA33 Old Gold

📋 copy color: '#C2BA33'

red 194 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #C2BA33

Tints of Old Gold #C2BA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.83%

R = 45.01%
G = 43.16%
B = 11.83%

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

#C2BA33 (or 0xC2BA33) is known color: Old Gold. HEX triplet: C2, BA and 33. RGB value is (194,186,51). Sum of RGB (Red+Green+Blue) = 194+186+51=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA33 is #3D45CC. Grayscale: #ADADAD. Windows color (decimal): -4015565 or 3390146. OLE color: 3390146.

HSL color Cylindrical-coordinate representation of color #C2BA33: hue angle of 56.64º degrees, saturation: 0.58, 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 #C2BA33 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 51 -
CMYK 0 0.04 0.74 0.24
HSL 56.64º 0.58% 0.48% -
HSV(B) 56.64º 0.74% 0.76% -
XYZ 40.4 46.83 10.04 -
YUV 173 59.15 142.98 -
System Red Green Blue C M Y K H S L
Decimal 194 186 51 0 0.04 0.74 0.24 56.64 0.58 0.48
Hex C2 BA 33 0 4 4A 18 39 3A 30
Octal 302 272 63 0 4 112 30 71 72 60
Binary 11000010 10111010 110011 0 100 1001010 11000 111001 111010 110000

Color Harmonies of #C2BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA33

Black with #C2BA33

Text Example


Text Example

White with #C2BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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