Html Css Color HEX #C0B82E Old Gold

📋 copy color: '#C0B82E'

red 192 ◦ green 184 ◦ blue 46

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

Shades of Old Gold #C0B82E

Tints of Old Gold #C0B82E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.6%

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

R = 45.5%
G = 43.6%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0B82E (or 0xC0B82E) is known color: Old Gold. HEX triplet: C0, B8 and 2E. RGB value is (192,184,46). Sum of RGB (Red+Green+Blue) = 192+184+46=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B82E is #3F47D1. Grayscale: #ABABAB. Windows color (decimal): -4147154 or 3061952. OLE color: 3061952.

HSL color Cylindrical-coordinate representation of color #C0B82E: hue angle of 56.71º 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 #C0B82E is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 46 -
CMYK 0 0.04 0.76 0.25
HSL 56.71º 0.61% 0.47% -
HSV(B) 56.71º 0.76% 0.75% -
XYZ 39.37 45.68 9.33 -
YUV 170.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 192 184 46 0 0.04 0.76 0.25 56.71 0.61 0.47
Hex C0 B8 2E 0 4 4C 19 39 3D 2F
Octal 300 270 56 0 4 114 31 71 75 57
Binary 11000000 10111000 101110 0 100 1001100 11001 111001 111101 101111

Color Harmonies of #C0B82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B82E

Black with #C0B82E

Text Example


Text Example

White with #C0B82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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