Html Css Color HEX #C6BC3B Old Gold

📋 copy color: '#C6BC3B'

red 198 ◦ green 188 ◦ blue 59

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

Shades of Old Gold #C6BC3B

Tints of Old Gold #C6BC3B

RGB

 RED value IS 198 (77.73% from 255) = 44.49%

 GREEN value IS 188 (73.83% from 255) = 42.25%

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

R = 44.49%
G = 42.25%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6BC3B (or 0xC6BC3B) is known color: Old Gold. HEX triplet: C6, BC and 3B. RGB value is (198,188,59). Sum of RGB (Red+Green+Blue) = 198+188+59=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC3B is #3943C4. Grayscale: #B0B0B0. Windows color (decimal): -3752901 or 3914950. OLE color: 3914950.

HSL color Cylindrical-coordinate representation of color #C6BC3B: hue angle of 55.68º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6BC3B is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 188 59 -
CMYK 0 0.05 0.70 0.22
HSL 55.68º 0.55% 0.5% -
HSV(B) 55.68º 0.7% 0.78% -
XYZ 42.06 48.29 11.24 -
YUV 176.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 198 188 59 0 0.05 0.70 0.22 55.68 0.55 0.5
Hex C6 BC 3B 0 5 46 16 38 37 32
Octal 306 274 73 0 5 106 26 70 67 62
Binary 11000110 10111100 111011 0 101 1000110 10110 111000 110111 110010

Color Harmonies of #C6BC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC3B

Black with #C6BC3B

Text Example


Text Example

White with #C6BC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC3B; }

 p { color: rgb(198,188,59); }

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

background-color css

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

 a { background-color: rgb(198,188,59); }

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

border-color css

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

 span { border-color: rgb(198,188,59); }

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