Html Css Color HEX #C1BC33 Old Gold

📋 copy color: '#C1BC33'

red 193 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #C1BC33

Tints of Old Gold #C1BC33

RGB

 RED value IS 193 (75.78% from 255) = 44.68%

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

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

R = 44.68%
G = 43.52%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C1BC33 (or 0xC1BC33) is known color: Old Gold. HEX triplet: C1, BC and 33. RGB value is (193,188,51). Sum of RGB (Red+Green+Blue) = 193+188+51=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC33 is #3E43CC. Grayscale: #AEAEAE. Windows color (decimal): -4080589 or 3390657. OLE color: 3390657.

HSL color Cylindrical-coordinate representation of color #C1BC33: hue angle of 57.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1BC33 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 188 51 -
CMYK 0 0.03 0.74 0.24
HSL 57.89º 0.58% 0.48% -
HSV(B) 57.89º 0.74% 0.76% -
XYZ 40.57 47.54 10.17 -
YUV 173.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 193 188 51 0 0.03 0.74 0.24 57.89 0.58 0.48
Hex C1 BC 33 0 3 4A 18 3A 3A 30
Octal 301 274 63 0 3 112 30 72 72 60
Binary 11000001 10111100 110011 0 11 1001010 11000 111010 111010 110000

Color Harmonies of #C1BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC33

Black with #C1BC33

Text Example


Text Example

White with #C1BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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