Html Css Color HEX #C2BE40 Old Gold

📋 copy color: '#C2BE40'

red 194 ◦ green 190 ◦ blue 64

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

Shades of Old Gold #C2BE40

Tints of Old Gold #C2BE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.29%

R = 43.3%
G = 42.41%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2BE40 (or 0xC2BE40) is known color: Old Gold. HEX triplet: C2, BE and 40. RGB value is (194,190,64). Sum of RGB (Red+Green+Blue) = 194+190+64=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE40 is #3D41BF. Grayscale: #B1B1B1. Windows color (decimal): -4014528 or 4243138. OLE color: 4243138.

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

Color convert

RGB 194 190 64 -
CMYK 0 0.02 0.67 0.24
HSL 58.15º 0.52% 0.51% -
HSV(B) 58.15º 0.67% 0.76% -
XYZ 41.59 48.67 12.05 -
YUV 176.83 64.33 140.25 -
System Red Green Blue C M Y K H S L
Decimal 194 190 64 0 0.02 0.67 0.24 58.15 0.52 0.51
Hex C2 BE 40 0 2 43 18 3A 34 33
Octal 302 276 100 0 2 103 30 72 64 63
Binary 11000010 10111110 1000000 0 10 1000011 11000 111010 110100 110011

Color Harmonies of #C2BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE40

Black with #C2BE40

Text Example


Text Example

White with #C2BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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