Html Css Color HEX #C2B83A Old Gold

📋 copy color: '#C2B83A'

red 194 ◦ green 184 ◦ blue 58

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

Shades of Old Gold #C2B83A

Tints of Old Gold #C2B83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.3%

R = 44.5%
G = 42.2%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2B83A (or 0xC2B83A) is known color: Old Gold. HEX triplet: C2, B8 and 3A. RGB value is (194,184,58). Sum of RGB (Red+Green+Blue) = 194+184+58=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B83A is #3D47C5. Grayscale: #ADADAD. Windows color (decimal): -4016070 or 3848386. OLE color: 3848386.

HSL color Cylindrical-coordinate representation of color #C2B83A: hue angle of 55.59º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2B83A is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 184 58 -
CMYK 0 0.05 0.70 0.24
HSL 55.59º 0.54% 0.49% -
HSV(B) 55.59º 0.7% 0.76% -
XYZ 40.15 46.06 10.78 -
YUV 172.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 194 184 58 0 0.05 0.70 0.24 55.59 0.54 0.49
Hex C2 B8 3A 0 5 46 18 38 36 31
Octal 302 270 72 0 5 106 30 70 66 61
Binary 11000010 10111000 111010 0 101 1000110 11000 111000 110110 110001

Color Harmonies of #C2B83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B83A

Black with #C2B83A

Text Example


Text Example

White with #C2B83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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