#CBCE1A

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

Shades of Barberry #CBCE1A

Tints of Barberry #CBCE1A

Color information

#CBCE1A (or 0xCBCE1A) is unknown color: approx Barberry. HEX triplet: CB, CE and 1A. RGB value is (203,206,26). Sum of RGB (Red+Green+Blue) = 203+206+26=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCE1A is #3431E5. Grayscale: #B9B9B9. Windows color (decimal): -3420646 or 1756875. OLE color: 1756875.

HSL color Cylindrical-coordinate representation of color #CBCE1A: hue angle of 61º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBCE1A is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB20320626-
CMYK0.0100.870.19
HSL61º77.59%45.49%-
HSV(B)61º87.38%80.78%-
XYZ46.8956.919.49-
YUV184.5838.51141.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 206 (80.86% from 255) = 47.36%
BLUE value IS 26 (10.55% from 255) = 5.98%
R=46.67%
G=47.36%
B=5.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203206260.0100.870.196177.5945.49
HexCBCE1A1057133d4e2d
Octal3133163210127237511655
Binary110010111100111011010101010111100111111011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCE1A; }

 p { color: rgb(203,206,26); }

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

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

 a { background-color: rgb(203,206,26); }

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

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

 span { border-color: rgb(203,206,26); }

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