Html Css Color HEX #C2B930 Old Gold

📋 copy color: '#C2B930'

red 194 ◦ green 185 ◦ blue 48

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

Shades of Old Gold #C2B930

Tints of Old Gold #C2B930

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

 BLUE value IS 48 (19.14% from 255) = 11.24%

R = 45.43%
G = 43.33%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2B930 (or 0xC2B930) is known color: Old Gold. HEX triplet: C2, B9 and 30. RGB value is (194,185,48). Sum of RGB (Red+Green+Blue) = 194+185+48=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B930 is #3D46CF. Grayscale: #ACACAC. Windows color (decimal): -4015824 or 3193282. OLE color: 3193282.

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

Color convert

RGB 194 185 48 -
CMYK 0 0.05 0.75 0.24
HSL 56.3º 0.6% 0.47% -
HSV(B) 56.3º 0.75% 0.76% -
XYZ 40.13 46.38 9.63 -
YUV 172.07 57.98 143.64 -
System Red Green Blue C M Y K H S L
Decimal 194 185 48 0 0.05 0.75 0.24 56.3 0.6 0.47
Hex C2 B9 30 0 5 4B 18 38 3C 2F
Octal 302 271 60 0 5 113 30 70 74 57
Binary 11000010 10111001 110000 0 101 1001011 11000 111000 111100 101111

Color Harmonies of #C2B930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B930

Black with #C2B930

Text Example


Text Example

White with #C2B930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B930; }

 p { color: rgb(194,185,48); }

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

background-color css

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

 a { background-color: rgb(194,185,48); }

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

border-color css

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

 span { border-color: rgb(194,185,48); }

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