#C1BC84

Color #C1BC84 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #C1BC84

Tints of Coriander #C1BC84

Color information

#C1BC84 (or 0xC1BC84) is unknown color: approx Coriander. HEX triplet: C1, BC and 84. RGB value is (193,188,132). Sum of RGB (Red+Green+Blue) = 193+188+132=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC84 is #3E437B. Grayscale: #B7B7B7. Windows color (decimal): -4080508 or 8699073. OLE color: 8699073.

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

Color convert

RGB193188132-
CMYK00.030.320.24
HSL55.08º32.97%63.73%-
HSV(B)55.08º31.61%75.69%-
XYZ44.1448.9728.96-
YUV183.1199.16135.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.62%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 132 (51.95% from 255) = 25.73%
R=37.62%
G=36.65%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318813200.030.320.2455.0832.9763.73
HexC1BC84032018372140
Octal3012742040340306741100
Binary110000011011110010000100011100000110001101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC84; }

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

 H1.HeaderClassName
 {
   color: #C1BC84;
 }
 .AnyTagClassName
 {
   color: #C1BC84;
 }
</style>
background-color css

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

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

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

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

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

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