Html Css Color HEX #C5B830 Old Gold

📋 copy color: '#C5B830'

red 197 ◦ green 184 ◦ blue 48

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

Shades of Old Gold #C5B830

Tints of Old Gold #C5B830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.89%

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 45.92%
G = 42.89%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5B830 (or 0xC5B830) is known color: Old Gold. HEX triplet: C5, B8 and 30. RGB value is (197,184,48). Sum of RGB (Red+Green+Blue) = 197+184+48=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B830 is #3A47CF. Grayscale: #ACACAC. Windows color (decimal): -3819472 or 3193029. OLE color: 3193029.

HSL color Cylindrical-coordinate representation of color #C5B830: hue angle of 54.77º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5B830 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 48 -
CMYK 0 0.07 0.76 0.23
HSL 54.77º 0.61% 0.48% -
HSV(B) 54.77º 0.76% 0.77% -
XYZ 40.7 46.36 9.6 -
YUV 172.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 197 184 48 0 0.07 0.76 0.23 54.77 0.61 0.48
Hex C5 B8 30 0 7 4C 17 37 3D 30
Octal 305 270 60 0 7 114 27 67 75 60
Binary 11000101 10111000 110000 0 111 1001100 10111 110111 111101 110000

Color Harmonies of #C5B830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B830

Black with #C5B830

Text Example


Text Example

White with #C5B830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B830; }

 p { color: rgb(197,184,48); }

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

background-color css

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

 a { background-color: rgb(197,184,48); }

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

border-color css

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

 span { border-color: rgb(197,184,48); }

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