Html Css Color HEX #C5BC30 Old Gold

📋 copy color: '#C5BC30'

red 197 ◦ green 188 ◦ blue 48

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

Shades of Old Gold #C5BC30

Tints of Old Gold #C5BC30

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

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

R = 45.5%
G = 43.42%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5BC30 (or 0xC5BC30) is known color: Old Gold. HEX triplet: C5, BC and 30. RGB value is (197,188,48). Sum of RGB (Red+Green+Blue) = 197+188+48=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC30 is #3A43CF. Grayscale: #AFAFAF. Windows color (decimal): -3818448 or 3194053. OLE color: 3194053.

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

Color convert

RGB 197 188 48 -
CMYK 0 0.05 0.76 0.23
HSL 56.38º 0.61% 0.48% -
HSV(B) 56.38º 0.76% 0.77% -
XYZ 41.54 48.05 9.88 -
YUV 174.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 197 188 48 0 0.05 0.76 0.23 56.38 0.61 0.48
Hex C5 BC 30 0 5 4C 17 38 3D 30
Octal 305 274 60 0 5 114 27 70 75 60
Binary 11000101 10111100 110000 0 101 1001100 10111 111000 111101 110000

Color Harmonies of #C5BC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC30

Black with #C5BC30

Text Example


Text Example

White with #C5BC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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