#CACB1E

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

Shades of Barberry #CACB1E

Tints of Barberry #CACB1E

Color information

#CACB1E (or 0xCACB1E) is unknown color: approx Barberry. HEX triplet: CA, CB and 1E. RGB value is (202,203,30). Sum of RGB (Red+Green+Blue) = 202+203+30=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACB1E is #3534E1. Grayscale: #B7B7B7. Windows color (decimal): -3486946 or 2018250. OLE color: 2018250.

HSL color Cylindrical-coordinate representation of color #CACB1E: hue angle of 60.35º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CACB1E is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB20220330-
CMYK0.0000.850.20
HSL60.35º74.25%45.69%-
HSV(B)60.35º85.22%79.61%-
XYZ45.9555.369.49-
YUV182.9841.67141.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 30 (12.11% from 255) = 6.90%
R=46.44%
G=46.67%
B=6.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202203300.0000.850.2060.3574.2545.69
HexCACB1E0055143c4a2e
Octal3123133600125247411256
Binary110010101100101111110001010101101001111001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB1E; }

 p { color: rgb(202,203,30); }

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

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

 a { background-color: rgb(202,203,30); }

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

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

 span { border-color: rgb(202,203,30); }

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