#CACE1F

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

Shades of Barberry #CACE1F

Tints of Barberry #CACE1F

Color information

#CACE1F (or 0xCACE1F) is unknown color: approx Barberry. HEX triplet: CA, CE and 1F. RGB value is (202,206,31). Sum of RGB (Red+Green+Blue) = 202+206+31=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE1F is #3531E0. Grayscale: #B9B9B9. Windows color (decimal): -3486177 or 2084554. OLE color: 2084554.

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

Color convert

RGB20220631-
CMYK0.0200.850.19
HSL61.37º73.84%46.47%-
HSV(B)61.37º84.95%80.78%-
XYZ46.6856.89.8-
YUV184.8541.17140.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 206 (80.86% from 255) = 46.92%
BLUE value IS 31 (12.5% from 255) = 7.06%
R=46.01%
G=46.92%
B=7.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202206310.0200.850.1961.3773.8446.47
HexCACE1F2055133d4a2e
Octal3123163720125237511256
Binary1100101011001110111111001010101100111111011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE1F; }

 p { color: rgb(202,206,31); }

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

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

 a { background-color: rgb(202,206,31); }

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

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

 span { border-color: rgb(202,206,31); }

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