Html Css Color HEX #C2BE2F Old Gold

📋 copy color: '#C2BE2F'

red 194 ◦ green 190 ◦ blue 47

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

Shades of Old Gold #C2BE2F

Tints of Old Gold #C2BE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.9%

R = 45.01%
G = 44.08%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2BE2F (or 0xC2BE2F) is known color: Old Gold. HEX triplet: C2, BE and 2F. RGB value is (194,190,47). Sum of RGB (Red+Green+Blue) = 194+190+47=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE2F is #3D41D0. Grayscale: #AFAFAF. Windows color (decimal): -4014545 or 3129026. OLE color: 3129026.

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

Color convert

RGB 194 190 47 -
CMYK 0 0.02 0.76 0.24
HSL 58.37º 0.61% 0.47% -
HSV(B) 58.37º 0.76% 0.76% -
XYZ 41.17 48.5 9.88 -
YUV 174.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 194 190 47 0 0.02 0.76 0.24 58.37 0.61 0.47
Hex C2 BE 2F 0 2 4C 18 3A 3D 2F
Octal 302 276 57 0 2 114 30 72 75 57
Binary 11000010 10111110 101111 0 10 1001100 11000 111010 111101 101111

Color Harmonies of #C2BE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE2F

Black with #C2BE2F

Text Example


Text Example

White with #C2BE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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