Html Css Color HEX #C4BC3E Old Gold

📋 copy color: '#C4BC3E'

red 196 ◦ green 188 ◦ blue 62

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

Shades of Old Gold #C4BC3E

Tints of Old Gold #C4BC3E

RGB

 RED value IS 196 (76.95% from 255) = 43.95%

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

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

R = 43.95%
G = 42.15%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4BC3E (or 0xC4BC3E) is known color: Old Gold. HEX triplet: C4, BC and 3E. RGB value is (196,188,62). Sum of RGB (Red+Green+Blue) = 196+188+62=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC3E is #3B43C1. Grayscale: #B0B0B0. Windows color (decimal): -3883970 or 4111556. OLE color: 4111556.

HSL color Cylindrical-coordinate representation of color #C4BC3E: hue angle of 56.42º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4BC3E is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 62 -
CMYK 0 0.04 0.68 0.23
HSL 56.42º 0.53% 0.51% -
HSV(B) 56.42º 0.68% 0.77% -
XYZ 41.62 48.05 11.64 -
YUV 176.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 196 188 62 0 0.04 0.68 0.23 56.42 0.53 0.51
Hex C4 BC 3E 0 4 44 17 38 35 33
Octal 304 274 76 0 4 104 27 70 65 63
Binary 11000100 10111100 111110 0 100 1000100 10111 111000 110101 110011

Color Harmonies of #C4BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC3E

Black with #C4BC3E

Text Example


Text Example

White with #C4BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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