#CED91C

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

Shades of Barberry #CED91C

Tints of Barberry #CED91C

Color information

#CED91C (or 0xCED91C) is unknown color: approx Barberry. HEX triplet: CE, D9 and 1C. RGB value is (206,217,28). Sum of RGB (Red+Green+Blue) = 206+217+28=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #CED91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED91C is #3126E3. Grayscale: #C0C0C0. Windows color (decimal): -3221220 or 1890766. OLE color: 1890766.

HSL color Cylindrical-coordinate representation of color #CED91C: hue angle of 63.49º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CED91C is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB20621728-
CMYK0.0500.870.15
HSL63.49º77.14%48.04%-
HSV(B)63.49º87.1%85.1%-
XYZ50.4862.8310.57-
YUV192.1635.36137.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 217 (85.16% from 255) = 48.12%
BLUE value IS 28 (11.33% from 255) = 6.21%
R=45.68%
G=48.12%
B=6.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206217280.0500.870.1563.4977.1448.04
HexCED91C5057F3f4d30
Octal3163313450127177711560
Binary1100111011011001111001010101011111111111111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED91C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED91C; }

 p { color: rgb(206,217,28); }

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

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

 a { background-color: rgb(206,217,28); }

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

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

 span { border-color: rgb(206,217,28); }

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