Html Css Color HEX #C6BC40 Old Gold

📋 copy color: '#C6BC40'

red 198 ◦ green 188 ◦ blue 64

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

Shades of Old Gold #C6BC40

Tints of Old Gold #C6BC40

RGB

 RED value IS 198 (77.73% from 255) = 44%

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

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

R = 44%
G = 41.78%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6BC40 (or 0xC6BC40) is known color: Old Gold. HEX triplet: C6, BC and 40. RGB value is (198,188,64). Sum of RGB (Red+Green+Blue) = 198+188+64=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC40 is #3943BF. Grayscale: #B1B1B1. Windows color (decimal): -3752896 or 4242630. OLE color: 4242630.

HSL color Cylindrical-coordinate representation of color #C6BC40: hue angle of 55.52º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6BC40 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 188 64 -
CMYK 0 0.05 0.68 0.22
HSL 55.52º 0.54% 0.51% -
HSV(B) 55.52º 0.68% 0.78% -
XYZ 42.2 48.34 11.96 -
YUV 176.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 198 188 64 0 0.05 0.68 0.22 55.52 0.54 0.51
Hex C6 BC 40 0 5 44 16 38 36 33
Octal 306 274 100 0 5 104 26 70 66 63
Binary 11000110 10111100 1000000 0 101 1000100 10110 111000 110110 110011

Color Harmonies of #C6BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC40

Black with #C6BC40

Text Example


Text Example

White with #C6BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC40; }

 p { color: rgb(198,188,64); }

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

background-color css

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

 a { background-color: rgb(198,188,64); }

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

border-color css

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

 span { border-color: rgb(198,188,64); }

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