#C9CB23

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

Shades of Barberry #C9CB23

Tints of Barberry #C9CB23

Color information

#C9CB23 (or 0xC9CB23) is unknown color: approx Barberry. HEX triplet: C9, CB and 23. RGB value is (201,203,35). Sum of RGB (Red+Green+Blue) = 201+203+35=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 35 (14.06% from 255 or 7.97% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CB23 is #3634DC. Grayscale: #B7B7B7. Windows color (decimal): -3552477 or 2345929. OLE color: 2345929.

HSL color Cylindrical-coordinate representation of color #C9CB23: hue angle of 60.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9CB23 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20120335-
CMYK0.0100.830.20
HSL60.71º70.59%46.67%-
HSV(B)60.71º82.76%79.61%-
XYZ45.7555.259.84-
YUV183.2544.34140.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.79%
GREEN value IS 203 (79.69% from 255) = 46.24%
BLUE value IS 35 (14.06% from 255) = 7.97%
R=45.79%
G=46.24%
B=7.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201203350.0100.830.2060.7170.5946.67
HexC9CB231053143d472f
Octal3113134310123247510757
Binary1100100111001011100011101010011101001111011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CB23; }

 p { color: rgb(201,203,35); }

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

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

 a { background-color: rgb(201,203,35); }

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

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

 span { border-color: rgb(201,203,35); }

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