Html Css Color HEX #C0BA2D Old Gold

📋 copy color: '#C0BA2D'

red 192 ◦ green 186 ◦ blue 45

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

Shades of Old Gold #C0BA2D

Tints of Old Gold #C0BA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.64%

R = 45.39%
G = 43.97%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0BA2D (or 0xC0BA2D) is known color: Old Gold. HEX triplet: C0, BA and 2D. RGB value is (192,186,45). Sum of RGB (Red+Green+Blue) = 192+186+45=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA2D is #3F45D2. Grayscale: #ACACAC. Windows color (decimal): -4146643 or 2996928. OLE color: 2996928.

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

Color convert

RGB 192 186 45 -
CMYK 0 0.03 0.77 0.25
HSL 57.55º 0.62% 0.46% -
HSV(B) 57.55º 0.77% 0.75% -
XYZ 39.77 46.51 9.36 -
YUV 171.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 192 186 45 0 0.03 0.77 0.25 57.55 0.62 0.46
Hex C0 BA 2D 0 3 4D 19 3A 3E 2E
Octal 300 272 55 0 3 115 31 72 76 56
Binary 11000000 10111010 101101 0 11 1001101 11001 111010 111110 101110

Color Harmonies of #C0BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA2D

Black with #C0BA2D

Text Example


Text Example

White with #C0BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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