Html Css Color HEX #C2BF3E Old Gold

📋 copy color: '#C2BF3E'

red 194 ◦ green 191 ◦ blue 62

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

Shades of Old Gold #C2BF3E

Tints of Old Gold #C2BF3E

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

 BLUE value IS 62 (24.61% from 255) = 13.87%

R = 43.4%
G = 42.73%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2BF3E (or 0xC2BF3E) is known color: Old Gold. HEX triplet: C2, BF and 3E. RGB value is (194,191,62). Sum of RGB (Red+Green+Blue) = 194+191+62=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF3E is #3D40C1. Grayscale: #B1B1B1. Windows color (decimal): -4014274 or 4112322. OLE color: 4112322.

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

Color convert

RGB 194 191 62 -
CMYK 0 0.02 0.68 0.24
HSL 58.64º 0.52% 0.5% -
HSV(B) 58.64º 0.68% 0.76% -
XYZ 41.75 49.08 11.83 -
YUV 177.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 194 191 62 0 0.02 0.68 0.24 58.64 0.52 0.5
Hex C2 BF 3E 0 2 44 18 3B 34 32
Octal 302 277 76 0 2 104 30 73 64 62
Binary 11000010 10111111 111110 0 10 1000100 11000 111011 110100 110010

Color Harmonies of #C2BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF3E

Black with #C2BF3E

Text Example


Text Example

White with #C2BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF3E; }

 p { color: rgb(194,191,62); }

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

background-color css

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

 a { background-color: rgb(194,191,62); }

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

border-color css

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

 span { border-color: rgb(194,191,62); }

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