Html Css Color HEX #C0BF3A Old Gold

📋 copy color: '#C0BF3A'

red 192 ◦ green 191 ◦ blue 58

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

Shades of Old Gold #C0BF3A

Tints of Old Gold #C0BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 43.31%

 BLUE value IS 58 (23.05% from 255) = 13.15%

R = 43.54%
G = 43.31%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0BF3A (or 0xC0BF3A) is known color: Old Gold. HEX triplet: C0, BF and 3A. RGB value is (192,191,58). Sum of RGB (Red+Green+Blue) = 192+191+58=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF3A is #3F40C5. Grayscale: #B0B0B0. Windows color (decimal): -4145350 or 3850176. OLE color: 3850176.

HSL color Cylindrical-coordinate representation of color #C0BF3A: hue angle of 59.55º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0BF3A is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 58 -
CMYK 0 0.01 0.70 0.25
HSL 59.55º 0.54% 0.49% -
HSV(B) 59.55º 0.7% 0.75% -
XYZ 41.13 48.77 11.25 -
YUV 176.14 61.33 139.31 -
System Red Green Blue C M Y K H S L
Decimal 192 191 58 0 0.01 0.70 0.25 59.55 0.54 0.49
Hex C0 BF 3A 0 1 46 19 3C 36 31
Octal 300 277 72 0 1 106 31 74 66 61
Binary 11000000 10111111 111010 0 1 1000110 11001 111100 110110 110001

Color Harmonies of #C0BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF3A

Black with #C0BF3A

Text Example


Text Example

White with #C0BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF3A; }

 p { color: rgb(192,191,58); }

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

background-color css

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

 a { background-color: rgb(192,191,58); }

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

border-color css

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

 span { border-color: rgb(192,191,58); }

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