Html Css Color HEX #C0BA30 Old Gold

📋 copy color: '#C0BA30'

red 192 ◦ green 186 ◦ blue 48

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

Shades of Old Gold #C0BA30

Tints of Old Gold #C0BA30

RGB

 RED value IS 192 (75.39% from 255) = 45.07%

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

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

R = 45.07%
G = 43.66%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C0BA30 (or 0xC0BA30) is known color: Old Gold. HEX triplet: C0, BA and 30. RGB value is (192,186,48). Sum of RGB (Red+Green+Blue) = 192+186+48=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA30 is #3F45CF. Grayscale: #ACACAC. Windows color (decimal): -4146640 or 3193536. OLE color: 3193536.

HSL color Cylindrical-coordinate representation of color #C0BA30: hue angle of 57.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0BA30 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 48 -
CMYK 0 0.03 0.75 0.25
HSL 57.5º 0.6% 0.47% -
HSV(B) 57.5º 0.75% 0.75% -
XYZ 39.83 46.54 9.68 -
YUV 172.06 57.99 142.22 -
System Red Green Blue C M Y K H S L
Decimal 192 186 48 0 0.03 0.75 0.25 57.5 0.6 0.47
Hex C0 BA 30 0 3 4B 19 3A 3C 2F
Octal 300 272 60 0 3 113 31 72 74 57
Binary 11000000 10111010 110000 0 11 1001011 11001 111010 111100 101111

Color Harmonies of #C0BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA30

Black with #C0BA30

Text Example


Text Example

White with #C0BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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