Html Css Color HEX #C6BA30 Old Gold

📋 copy color: '#C6BA30'

red 198 ◦ green 186 ◦ blue 48

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

Shades of Old Gold #C6BA30

Tints of Old Gold #C6BA30

RGB

 RED value IS 198 (77.73% from 255) = 45.83%

 GREEN value IS 186 (73.05% from 255) = 43.06%

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

R = 45.83%
G = 43.06%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6BA30 (or 0xC6BA30) is known color: Old Gold. HEX triplet: C6, BA and 30. RGB value is (198,186,48). Sum of RGB (Red+Green+Blue) = 198+186+48=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA30 is #3945CF. Grayscale: #AEAEAE. Windows color (decimal): -3753424 or 3193542. OLE color: 3193542.

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

Color convert

RGB 198 186 48 -
CMYK 0 0.06 0.76 0.22
HSL 55.2º 0.61% 0.48% -
HSV(B) 55.2º 0.76% 0.78% -
XYZ 41.38 47.34 9.75 -
YUV 173.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 198 186 48 0 0.06 0.76 0.22 55.2 0.61 0.48
Hex C6 BA 30 0 6 4C 16 37 3D 30
Octal 306 272 60 0 6 114 26 67 75 60
Binary 11000110 10111010 110000 0 110 1001100 10110 110111 111101 110000

Color Harmonies of #C6BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA30

Black with #C6BA30

Text Example


Text Example

White with #C6BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA30; }

 p { color: rgb(198,186,48); }

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

background-color css

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

 a { background-color: rgb(198,186,48); }

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

border-color css

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

 span { border-color: rgb(198,186,48); }

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