Html Css Color HEX #C2BD32 Old Gold

📋 copy color: '#C2BD32'

red 194 ◦ green 189 ◦ blue 50

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

Shades of Old Gold #C2BD32

Tints of Old Gold #C2BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

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

R = 44.8%
G = 43.65%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2BD32 (or 0xC2BD32) is known color: Old Gold. HEX triplet: C2, BD and 32. RGB value is (194,189,50). Sum of RGB (Red+Green+Blue) = 194+189+50=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD32 is #3D42CD. Grayscale: #AFAFAF. Windows color (decimal): -4014798 or 3325378. OLE color: 3325378.

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

Color convert

RGB 194 189 50 -
CMYK 0 0.03 0.74 0.24
HSL 57.92º 0.59% 0.48% -
HSV(B) 57.92º 0.74% 0.76% -
XYZ 41.02 48.09 10.14 -
YUV 174.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 194 189 50 0 0.03 0.74 0.24 57.92 0.59 0.48
Hex C2 BD 32 0 3 4A 18 3A 3B 30
Octal 302 275 62 0 3 112 30 72 73 60
Binary 11000010 10111101 110010 0 11 1001010 11000 111010 111011 110000

Color Harmonies of #C2BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD32

Black with #C2BD32

Text Example


Text Example

White with #C2BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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