Html Css Color HEX #C6BC33 Old Gold

📋 copy color: '#C6BC33'

red 198 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #C6BC33

Tints of Old Gold #C6BC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.67%

R = 45.31%
G = 43.02%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C6BC33 (or 0xC6BC33) is known color: Old Gold. HEX triplet: C6, BC and 33. RGB value is (198,188,51). Sum of RGB (Red+Green+Blue) = 198+188+51=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC33 is #3943CC. Grayscale: #AFAFAF. Windows color (decimal): -3752909 or 3390662. OLE color: 3390662.

HSL color Cylindrical-coordinate representation of color #C6BC33: hue angle of 55.92º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6BC33 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 188 51 -
CMYK 0 0.05 0.74 0.22
HSL 55.92º 0.59% 0.49% -
HSV(B) 55.92º 0.74% 0.78% -
XYZ 41.87 48.21 10.23 -
YUV 175.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 198 188 51 0 0.05 0.74 0.22 55.92 0.59 0.49
Hex C6 BC 33 0 5 4A 16 38 3B 31
Octal 306 274 63 0 5 112 26 70 73 61
Binary 11000110 10111100 110011 0 101 1001010 10110 111000 111011 110001

Color Harmonies of #C6BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC33

Black with #C6BC33

Text Example


Text Example

White with #C6BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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