Html Css Color HEX #C2BE3A Old Gold

📋 copy color: '#C2BE3A'

red 194 ◦ green 190 ◦ blue 58

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

Shades of Old Gold #C2BE3A

Tints of Old Gold #C2BE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.99%

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

R = 43.89%
G = 42.99%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2BE3A (or 0xC2BE3A) is known color: Old Gold. HEX triplet: C2, BE and 3A. RGB value is (194,190,58). Sum of RGB (Red+Green+Blue) = 194+190+58=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE3A is #3D41C5. Grayscale: #B0B0B0. Windows color (decimal): -4014534 or 3849922. OLE color: 3849922.

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

Color convert

RGB 194 190 58 -
CMYK 0 0.02 0.70 0.24
HSL 58.24º 0.54% 0.49% -
HSV(B) 58.24º 0.7% 0.76% -
XYZ 41.43 48.6 11.2 -
YUV 176.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 194 190 58 0 0.02 0.70 0.24 58.24 0.54 0.49
Hex C2 BE 3A 0 2 46 18 3A 36 31
Octal 302 276 72 0 2 106 30 72 66 61
Binary 11000010 10111110 111010 0 10 1000110 11000 111010 110110 110001

Color Harmonies of #C2BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE3A

Black with #C2BE3A

Text Example


Text Example

White with #C2BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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