#C4BF93

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

Shades of Coriander #C4BF93

Tints of Coriander #C4BF93

Color information

#C4BF93 (or 0xC4BF93) is unknown color: approx Coriander. HEX triplet: C4, BF and 93. RGB value is (196,191,147). Sum of RGB (Red+Green+Blue) = 196+191+147=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF93 is #3B406C. Grayscale: #BBBBBB. Windows color (decimal): -3883117 or 9682884. OLE color: 9682884.

HSL color Cylindrical-coordinate representation of color #C4BF93: hue angle of 53.88º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4BF93 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB196191147-
CMYK00.030.250.23
HSL53.88º29.34%67.25%-
HSV(B)53.88º25%76.86%-
XYZ46.6651.135.01-
YUV187.48105.16134.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=36.70%
G=35.77%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619114700.030.250.2353.8829.3467.25
HexC4BF93031917361d43
Octal3042772230331276635103
Binary1100010010111111100100110111100110111110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BF93; }

 p { color: rgb(196,191,147); }

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

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

 a { background-color: rgb(196,191,147); }

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

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

 span { border-color: rgb(196,191,147); }

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