Html Css Color HEX #C7BC36 Old Gold

📋 copy color: '#C7BC36'

red 199 ◦ green 188 ◦ blue 54

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

Shades of Old Gold #C7BC36

Tints of Old Gold #C7BC36

RGB

 RED value IS 199 (78.13% from 255) = 45.12%

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

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

R = 45.12%
G = 42.63%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C7BC36 (or 0xC7BC36) is known color: Old Gold. HEX triplet: C7, BC and 36. RGB value is (199,188,54). Sum of RGB (Red+Green+Blue) = 199+188+54=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC36 is #3843C9. Grayscale: #B0B0B0. Windows color (decimal): -3687370 or 3587271. OLE color: 3587271.

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

Color convert

RGB 199 188 54 -
CMYK 0 0.06 0.73 0.22
HSL 55.45º 0.57% 0.5% -
HSV(B) 55.45º 0.73% 0.78% -
XYZ 42.2 48.37 10.6 -
YUV 176.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 199 188 54 0 0.06 0.73 0.22 55.45 0.57 0.5
Hex C7 BC 36 0 6 49 16 37 39 32
Octal 307 274 66 0 6 111 26 67 71 62
Binary 11000111 10111100 110110 0 110 1001001 10110 110111 111001 110010

Color Harmonies of #C7BC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC36

Black with #C7BC36

Text Example


Text Example

White with #C7BC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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