Html Css Color HEX #C5BE30 Old Gold

📋 copy color: '#C5BE30'

red 197 ◦ green 190 ◦ blue 48

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

Shades of Old Gold #C5BE30

Tints of Old Gold #C5BE30

RGB

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

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

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

R = 45.29%
G = 43.68%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5BE30 (or 0xC5BE30) is known color: Old Gold. HEX triplet: C5, BE and 30. RGB value is (197,190,48). Sum of RGB (Red+Green+Blue) = 197+190+48=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE30 is #3A41CF. Grayscale: #B0B0B0. Windows color (decimal): -3817936 or 3194565. OLE color: 3194565.

HSL color Cylindrical-coordinate representation of color #C5BE30: hue angle of 57.18º 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 #C5BE30 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 48 -
CMYK 0 0.04 0.76 0.23
HSL 57.18º 0.61% 0.48% -
HSV(B) 57.18º 0.76% 0.77% -
XYZ 41.97 48.91 10.02 -
YUV 175.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 197 190 48 0 0.04 0.76 0.23 57.18 0.61 0.48
Hex C5 BE 30 0 4 4C 17 39 3D 30
Octal 305 276 60 0 4 114 27 71 75 60
Binary 11000101 10111110 110000 0 100 1001100 10111 111001 111101 110000

Color Harmonies of #C5BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE30

Black with #C5BE30

Text Example


Text Example

White with #C5BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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