Html Css Color HEX #C0BD3B Old Gold

📋 copy color: '#C0BD3B'

red 192 ◦ green 189 ◦ blue 59

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

Shades of Old Gold #C0BD3B

Tints of Old Gold #C0BD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.41%

R = 43.64%
G = 42.95%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0BD3B (or 0xC0BD3B) is known color: Old Gold. HEX triplet: C0, BD and 3B. RGB value is (192,189,59). Sum of RGB (Red+Green+Blue) = 192+189+59=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD3B is #3F42C4. Grayscale: #AFAFAF. Windows color (decimal): -4145861 or 3915200. OLE color: 3915200.

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

Color convert

RGB 192 189 59 -
CMYK 0 0.02 0.69 0.25
HSL 58.65º 0.53% 0.49% -
HSV(B) 58.65º 0.69% 0.75% -
XYZ 40.73 47.92 11.24 -
YUV 175.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 192 189 59 0 0.02 0.69 0.25 58.65 0.53 0.49
Hex C0 BD 3B 0 2 45 19 3B 35 31
Octal 300 275 73 0 2 105 31 73 65 61
Binary 11000000 10111101 111011 0 10 1000101 11001 111011 110101 110001

Color Harmonies of #C0BD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD3B

Black with #C0BD3B

Text Example


Text Example

White with #C0BD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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