Html Css Color HEX #C0BA33 Old Gold

📋 copy color: '#C0BA33'

red 192 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #C0BA33

Tints of Old Gold #C0BA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.89%

R = 44.76%
G = 43.36%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0BA33 (or 0xC0BA33) is known color: Old Gold. HEX triplet: C0, BA and 33. RGB value is (192,186,51). Sum of RGB (Red+Green+Blue) = 192+186+51=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA33 is #3F45CC. Grayscale: #ACACAC. Windows color (decimal): -4146637 or 3390144. OLE color: 3390144.

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

Color convert

RGB 192 186 51 -
CMYK 0 0.03 0.73 0.25
HSL 57.45º 0.58% 0.48% -
HSV(B) 57.45º 0.73% 0.75% -
XYZ 39.89 46.56 10.02 -
YUV 172.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 192 186 51 0 0.03 0.73 0.25 57.45 0.58 0.48
Hex C0 BA 33 0 3 49 19 39 3A 30
Octal 300 272 63 0 3 111 31 71 72 60
Binary 11000000 10111010 110011 0 11 1001001 11001 111001 111010 110000

Color Harmonies of #C0BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA33

Black with #C0BA33

Text Example


Text Example

White with #C0BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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