Html Css Color HEX #C9BC39 Old Gold

📋 copy color: '#C9BC39'

red 201 ◦ green 188 ◦ blue 57

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

Shades of Old Gold #C9BC39

Tints of Old Gold #C9BC39

RGB

 RED value IS 201 (78.91% from 255) = 45.07%

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

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

R = 45.07%
G = 42.15%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C9BC39 (or 0xC9BC39) is known color: Old Gold. HEX triplet: C9, BC and 39. RGB value is (201,188,57). Sum of RGB (Red+Green+Blue) = 201+188+57=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC39 is #3643C6. Grayscale: #B1B1B1. Windows color (decimal): -3556295 or 3783881. OLE color: 3783881.

HSL color Cylindrical-coordinate representation of color #C9BC39: hue angle of 54.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9BC39 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 188 57 -
CMYK 0 0.06 0.72 0.21
HSL 54.58º 0.57% 0.51% -
HSV(B) 54.58º 0.72% 0.79% -
XYZ 42.81 48.68 11.01 -
YUV 176.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 201 188 57 0 0.06 0.72 0.21 54.58 0.57 0.51
Hex C9 BC 39 0 6 48 15 37 39 33
Octal 311 274 71 0 6 110 25 67 71 63
Binary 11001001 10111100 111001 0 110 1001000 10101 110111 111001 110011

Color Harmonies of #C9BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC39

Black with #C9BC39

Text Example


Text Example

White with #C9BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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