Html Css Color HEX #C0BD38 Old Gold

📋 copy color: '#C0BD38'

red 192 ◦ green 189 ◦ blue 56

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

Shades of Old Gold #C0BD38

Tints of Old Gold #C0BD38

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.25%

 BLUE value IS 56 (22.27% from 255) = 12.81%

R = 43.94%
G = 43.25%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0BD38 (or 0xC0BD38) is known color: Old Gold. HEX triplet: C0, BD and 38. RGB value is (192,189,56). Sum of RGB (Red+Green+Blue) = 192+189+56=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD38 is #3F42C7. Grayscale: #AFAFAF. Windows color (decimal): -4145864 or 3718592. OLE color: 3718592.

HSL color Cylindrical-coordinate representation of color #C0BD38: hue angle of 58.68º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0BD38 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 56 -
CMYK 0 0.02 0.71 0.25
HSL 58.68º 0.55% 0.49% -
HSV(B) 58.68º 0.71% 0.75% -
XYZ 40.65 47.89 10.84 -
YUV 174.74 60.99 140.31 -
System Red Green Blue C M Y K H S L
Decimal 192 189 56 0 0.02 0.71 0.25 58.68 0.55 0.49
Hex C0 BD 38 0 2 47 19 3B 37 31
Octal 300 275 70 0 2 107 31 73 67 61
Binary 11000000 10111101 111000 0 10 1000111 11001 111011 110111 110001

Color Harmonies of #C0BD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD38

Black with #C0BD38

Text Example


Text Example

White with #C0BD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD38; }

 p { color: rgb(192,189,56); }

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

background-color css

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

 a { background-color: rgb(192,189,56); }

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

border-color css

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

 span { border-color: rgb(192,189,56); }

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