Html Css Color HEX #C2B83B Old Gold

📋 copy color: '#C2B83B'

red 194 ◦ green 184 ◦ blue 59

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

Shades of Old Gold #C2B83B

Tints of Old Gold #C2B83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.5%

R = 44.39%
G = 42.11%
B = 13.5%

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

#C2B83B (or 0xC2B83B) is known color: Old Gold. HEX triplet: C2, B8 and 3B. RGB value is (194,184,59). Sum of RGB (Red+Green+Blue) = 194+184+59=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B83B is #3D47C4. Grayscale: #ADADAD. Windows color (decimal): -4016069 or 3913922. OLE color: 3913922.

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

Color convert

RGB 194 184 59 -
CMYK 0 0.05 0.70 0.24
HSL 55.56º 0.53% 0.5% -
HSV(B) 55.56º 0.7% 0.76% -
XYZ 40.18 46.07 10.91 -
YUV 172.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 194 184 59 0 0.05 0.70 0.24 55.56 0.53 0.5
Hex C2 B8 3B 0 5 46 18 38 35 32
Octal 302 270 73 0 5 106 30 70 65 62
Binary 11000010 10111000 111011 0 101 1000110 11000 111000 110101 110010

Color Harmonies of #C2B83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B83B

Black with #C2B83B

Text Example


Text Example

White with #C2B83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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