Html Css Color HEX #C0BA2E Old Gold

📋 copy color: '#C0BA2E'

red 192 ◦ green 186 ◦ blue 46

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

Shades of Old Gold #C0BA2E

Tints of Old Gold #C0BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.85%

R = 45.28%
G = 43.87%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0BA2E (or 0xC0BA2E) is known color: Old Gold. HEX triplet: C0, BA and 2E. RGB value is (192,186,46). Sum of RGB (Red+Green+Blue) = 192+186+46=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA2E is #3F45D1. Grayscale: #ACACAC. Windows color (decimal): -4146642 or 3062464. OLE color: 3062464.

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

Color convert

RGB 192 186 46 -
CMYK 0 0.03 0.76 0.25
HSL 57.53º 0.61% 0.47% -
HSV(B) 57.53º 0.76% 0.75% -
XYZ 39.79 46.52 9.47 -
YUV 171.83 56.99 142.38 -
System Red Green Blue C M Y K H S L
Decimal 192 186 46 0 0.03 0.76 0.25 57.53 0.61 0.47
Hex C0 BA 2E 0 3 4C 19 3A 3D 2F
Octal 300 272 56 0 3 114 31 72 75 57
Binary 11000000 10111010 101110 0 11 1001100 11001 111010 111101 101111

Color Harmonies of #C0BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA2E

Black with #C0BA2E

Text Example


Text Example

White with #C0BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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