Html Css Color HEX #C5B82B Old Gold

📋 copy color: '#C5B82B'

red 197 ◦ green 184 ◦ blue 43

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

Shades of Old Gold #C5B82B

Tints of Old Gold #C5B82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 46.46%
G = 43.4%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5B82B (or 0xC5B82B) is known color: Old Gold. HEX triplet: C5, B8 and 2B. RGB value is (197,184,43). Sum of RGB (Red+Green+Blue) = 197+184+43=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B82B is #3A47D4. Grayscale: #ACACAC. Windows color (decimal): -3819477 or 2865349. OLE color: 2865349.

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

Color convert

RGB 197 184 43 -
CMYK 0 0.07 0.78 0.23
HSL 54.94º 0.64% 0.47% -
HSV(B) 54.94º 0.78% 0.77% -
XYZ 40.6 46.33 9.09 -
YUV 171.81 55.31 145.96 -
System Red Green Blue C M Y K H S L
Decimal 197 184 43 0 0.07 0.78 0.23 54.94 0.64 0.47
Hex C5 B8 2B 0 7 4E 17 37 40 2F
Octal 305 270 53 0 7 116 27 67 100 57
Binary 11000101 10111000 101011 0 111 1001110 10111 110111 1000000 101111

Color Harmonies of #C5B82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B82B

Black with #C5B82B

Text Example


Text Example

White with #C5B82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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