Html Css Color HEX #C5A900 Buddha Gold

📋 copy color: '#C5A900'

red 197 ◦ green 169 ◦ blue 0

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

Shades of Buddha Gold #C5A900

Tints of Buddha Gold #C5A900

RGB

 RED value IS 197 (77.34% from 255) = 53.83%

 GREEN value IS 169 (66.41% from 255) = 46.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.83%
G = 46.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C5A900 (or 0xC5A900) is known color: Buddha Gold. HEX triplet: C5, A9 and 00. RGB value is (197,169,0). Sum of RGB (Red+Green+Blue) = 197+169+0=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A900 is #3A56FF. Grayscale: #9E9E9E. Windows color (decimal): -3823360 or 43461. OLE color: 43461.

HSL color Cylindrical-coordinate representation of color #C5A900: hue angle of 51.47º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5A900 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 169 0 -
CMYK 0 0.14 1 0.23
HSL 51.47º 1% 0.39% -
HSV(B) 51.47º 1% 0.77% -
XYZ 37.21 40.25 5.81 -
YUV 158.11 38.78 155.74 -
System Red Green Blue C M Y K H S L
Decimal 197 169 0 0 0.14 1 0.23 51.47 1 0.39
Hex C5 A9 0 0 E 64 17 33 64 27
Octal 305 251 0 0 16 144 27 63 144 47
Binary 11000101 10101001 0 0 1110 1100100 10111 110011 1100100 100111

Color Harmonies of #C5A900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A900

Black with #C5A900

Text Example


Text Example

White with #C5A900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A900; }

 p { color: rgb(197,169,0); }

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

background-color css

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

 a { background-color: rgb(197,169,0); }

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

border-color css

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

 span { border-color: rgb(197,169,0); }

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