Html Css Color HEX #C9BE4C Old Gold

📋 copy color: '#C9BE4C'

red 201 ◦ green 190 ◦ blue 76

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

Shades of Old Gold #C9BE4C

Tints of Old Gold #C9BE4C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

 BLUE value IS 76 (30.08% from 255) = 16.27%

R = 43.04%
G = 40.69%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9BE4C (or 0xC9BE4C) is known color: Old Gold. HEX triplet: C9, BE and 4C. RGB value is (201,190,76). Sum of RGB (Red+Green+Blue) = 201+190+76=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE4C is #3641B3. Grayscale: #B4B4B4. Windows color (decimal): -3555764 or 5029577. OLE color: 5029577.

HSL color Cylindrical-coordinate representation of color #C9BE4C: hue angle of 54.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9BE4C is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 76 -
CMYK 0 0.05 0.62 0.21
HSL 54.72º 0.54% 0.54% -
HSV(B) 54.72º 0.62% 0.79% -
XYZ 43.81 49.77 14.13 -
YUV 180.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 201 190 76 0 0.05 0.62 0.21 54.72 0.54 0.54
Hex C9 BE 4C 0 5 3E 15 37 36 36
Octal 311 276 114 0 5 76 25 67 66 66
Binary 11001001 10111110 1001100 0 101 111110 10101 110111 110110 110110

Color Harmonies of #C9BE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE4C

Black with #C9BE4C

Text Example


Text Example

White with #C9BE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE4C; }

 p { color: rgb(201,190,76); }

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

background-color css

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

 a { background-color: rgb(201,190,76); }

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

border-color css

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

 span { border-color: rgb(201,190,76); }

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