Html Css Color HEX #C6BC36 Old Gold

📋 copy color: '#C6BC36'

red 198 ◦ green 188 ◦ blue 54

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

Shades of Old Gold #C6BC36

Tints of Old Gold #C6BC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.27%

R = 45%
G = 42.73%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C6BC36 (or 0xC6BC36) is known color: Old Gold. HEX triplet: C6, BC and 36. RGB value is (198,188,54). Sum of RGB (Red+Green+Blue) = 198+188+54=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC36 is #3943C9. Grayscale: #B0B0B0. Windows color (decimal): -3752906 or 3587270. OLE color: 3587270.

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

Color convert

RGB 198 188 54 -
CMYK 0 0.05 0.73 0.22
HSL 55.83º 0.57% 0.49% -
HSV(B) 55.83º 0.73% 0.78% -
XYZ 41.94 48.24 10.59 -
YUV 175.71 59.31 143.9 -
System Red Green Blue C M Y K H S L
Decimal 198 188 54 0 0.05 0.73 0.22 55.83 0.57 0.49
Hex C6 BC 36 0 5 49 16 38 39 31
Octal 306 274 66 0 5 111 26 70 71 61
Binary 11000110 10111100 110110 0 101 1001001 10110 111000 111001 110001

Color Harmonies of #C6BC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC36

Black with #C6BC36

Text Example


Text Example

White with #C6BC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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