#C6C91D

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

Shades of Barberry #C6C91D

Tints of Barberry #C6C91D

Color information

#C6C91D (or 0xC6C91D) is unknown color: approx Barberry. HEX triplet: C6, C9 and 1D. RGB value is (198,201,29). Sum of RGB (Red+Green+Blue) = 198+201+29=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C91D is #3936E2. Grayscale: #B5B5B5. Windows color (decimal): -3749603 or 1952198. OLE color: 1952198.

HSL color Cylindrical-coordinate representation of color #C6C91D: hue angle of 61.05º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6C91D is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB19820129-
CMYK0.0100.860.21
HSL61.05º74.78%45.1%-
HSV(B)61.05º85.57%78.82%-
XYZ44.453.879.22-
YUV180.542.51140.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 201 (78.91% from 255) = 46.96%
BLUE value IS 29 (11.72% from 255) = 6.78%
R=46.26%
G=46.96%
B=6.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198201290.0100.860.2161.0574.7845.1
HexC6C91D1056153d4b2d
Octal3063113510126257511355
Binary110001101100100111101101010110101011111011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C91D; }

 p { color: rgb(198,201,29); }

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

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

 a { background-color: rgb(198,201,29); }

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

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

 span { border-color: rgb(198,201,29); }

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