Html Css Color HEX #C2B834 Old Gold

📋 copy color: '#C2B834'

red 194 ◦ green 184 ◦ blue 52

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

Shades of Old Gold #C2B834

Tints of Old Gold #C2B834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.79%

 BLUE value IS 52 (20.7% from 255) = 12.09%

R = 45.12%
G = 42.79%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2B834 (or 0xC2B834) is known color: Old Gold. HEX triplet: C2, B8 and 34. RGB value is (194,184,52). Sum of RGB (Red+Green+Blue) = 194+184+52=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B834 is #3D47CB. Grayscale: #ACACAC. Windows color (decimal): -4016076 or 3455170. OLE color: 3455170.

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

Color convert

RGB 194 184 52 -
CMYK 0 0.05 0.73 0.24
HSL 55.77º 0.58% 0.48% -
HSV(B) 55.77º 0.73% 0.76% -
XYZ 40.01 46 10.02 -
YUV 171.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 194 184 52 0 0.05 0.73 0.24 55.77 0.58 0.48
Hex C2 B8 34 0 5 49 18 38 3A 30
Octal 302 270 64 0 5 111 30 70 72 60
Binary 11000010 10111000 110100 0 101 1001001 11000 111000 111010 110000

Color Harmonies of #C2B834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B834

Black with #C2B834

Text Example


Text Example

White with #C2B834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B834; }

 p { color: rgb(194,184,52); }

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

background-color css

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

 a { background-color: rgb(194,184,52); }

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

border-color css

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

 span { border-color: rgb(194,184,52); }

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