#C6C91E

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

Shades of Barberry #C6C91E

Tints of Barberry #C6C91E

Color information

#C6C91E (or 0xC6C91E) is unknown color: approx Barberry. HEX triplet: C6, C9 and 1E. RGB value is (198,201,30). Sum of RGB (Red+Green+Blue) = 198+201+30=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C91E is #3936E1. Grayscale: #B5B5B5. Windows color (decimal): -3749602 or 2017734. OLE color: 2017734.

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

Color convert

RGB19820130-
CMYK0.0100.850.21
HSL61.05º74.03%45.29%-
HSV(B)61.05º85.07%78.82%-
XYZ44.4153.879.29-
YUV180.6143.01140.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 201 (78.91% from 255) = 46.85%
BLUE value IS 30 (12.11% from 255) = 6.99%
R=46.15%
G=46.85%
B=6.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198201300.0100.850.2161.0574.0345.29
HexC6C91E1055153d4a2d
Octal3063113610125257511255
Binary110001101100100111110101010101101011111011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C91E; }

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

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

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

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

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

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

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

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