Html Css Color HEX #C6BC39 Old Gold

📋 copy color: '#C6BC39'

red 198 ◦ green 188 ◦ blue 57

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

Shades of Old Gold #C6BC39

Tints of Old Gold #C6BC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.87%

R = 44.7%
G = 42.44%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6BC39 (or 0xC6BC39) is known color: Old Gold. HEX triplet: C6, BC and 39. RGB value is (198,188,57). Sum of RGB (Red+Green+Blue) = 198+188+57=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC39 is #3943C6. Grayscale: #B0B0B0. Windows color (decimal): -3752903 or 3783878. OLE color: 3783878.

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

Color convert

RGB 198 188 57 -
CMYK 0 0.05 0.71 0.22
HSL 55.74º 0.55% 0.5% -
HSV(B) 55.74º 0.71% 0.78% -
XYZ 42.01 48.27 10.97 -
YUV 176.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 198 188 57 0 0.05 0.71 0.22 55.74 0.55 0.5
Hex C6 BC 39 0 5 47 16 38 37 32
Octal 306 274 71 0 5 107 26 70 67 62
Binary 11000110 10111100 111001 0 101 1000111 10110 111000 110111 110010

Color Harmonies of #C6BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC39

Black with #C6BC39

Text Example


Text Example

White with #C6BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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