Html Css Color HEX #C2BC3E Old Gold

📋 copy color: '#C2BC3E'

red 194 ◦ green 188 ◦ blue 62

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

Shades of Old Gold #C2BC3E

Tints of Old Gold #C2BC3E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

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

R = 43.69%
G = 42.34%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2BC3E (or 0xC2BC3E) is known color: Old Gold. HEX triplet: C2, BC and 3E. RGB value is (194,188,62). Sum of RGB (Red+Green+Blue) = 194+188+62=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC3E is #3D43C1. Grayscale: #AFAFAF. Windows color (decimal): -4015042 or 4111554. OLE color: 4111554.

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

Color convert

RGB 194 188 62 -
CMYK 0 0.03 0.68 0.24
HSL 57.27º 0.52% 0.5% -
HSV(B) 57.27º 0.68% 0.76% -
XYZ 41.1 47.78 11.61 -
YUV 175.43 63.99 141.25 -
System Red Green Blue C M Y K H S L
Decimal 194 188 62 0 0.03 0.68 0.24 57.27 0.52 0.5
Hex C2 BC 3E 0 3 44 18 39 34 32
Octal 302 274 76 0 3 104 30 71 64 62
Binary 11000010 10111100 111110 0 11 1000100 11000 111001 110100 110010

Color Harmonies of #C2BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC3E

Black with #C2BC3E

Text Example


Text Example

White with #C2BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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