Html Css Color HEX #C2BC41 Old Gold

📋 copy color: '#C2BC41'

red 194 ◦ green 188 ◦ blue 65

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

Shades of Old Gold #C2BC41

Tints of Old Gold #C2BC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.54%

R = 43.4%
G = 42.06%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2BC41 (or 0xC2BC41) is known color: Old Gold. HEX triplet: C2, BC and 41. RGB value is (194,188,65). Sum of RGB (Red+Green+Blue) = 194+188+65=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC41 is #3D43BE. Grayscale: #B0B0B0. Windows color (decimal): -4015039 or 4308162. OLE color: 4308162.

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

Color convert

RGB 194 188 65 -
CMYK 0 0.03 0.66 0.24
HSL 57.21º 0.51% 0.51% -
HSV(B) 57.21º 0.66% 0.76% -
XYZ 41.19 47.82 12.06 -
YUV 175.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 194 188 65 0 0.03 0.66 0.24 57.21 0.51 0.51
Hex C2 BC 41 0 3 42 18 39 33 33
Octal 302 274 101 0 3 102 30 71 63 63
Binary 11000010 10111100 1000001 0 11 1000010 11000 111001 110011 110011

Color Harmonies of #C2BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC41

Black with #C2BC41

Text Example


Text Example

White with #C2BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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