Html Css Color HEX #CACE15 Barberry

📋 copy color: '#CACE15'

red 202 ◦ green 206 ◦ blue 21

#CACE15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CACE15

Tints of Barberry #CACE15

RGB

 RED value IS 202 (79.3% from 255) = 47.09%

 GREEN value IS 206 (80.86% from 255) = 48.02%

 BLUE value IS 21 (8.59% from 255) = 4.9%

R = 47.09%
G = 48.02%
B = 4.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CACE15 (or 0xCACE15) is known color: Barberry. HEX triplet: CA, CE and 15. RGB value is (202,206,21). Sum of RGB (Red+Green+Blue) = 202+206+21=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACE15 is #3531EA. Grayscale: #B8B8B8. Windows color (decimal): -3486187 or 1429194. OLE color: 1429194.

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

Color convert

RGB 202 206 21 -
CMYK 0.02 0 0.90 0.19
HSL 61.3º 0.81% 0.45% -
HSV(B) 61.3º 0.9% 0.81% -
XYZ 46.56 56.75 9.21 -
YUV 183.71 36.17 141.04 -
System Red Green Blue C M Y K H S L
Decimal 202 206 21 0.02 0 0.90 0.19 61.3 0.81 0.45
Hex CA CE 15 2 0 5A 13 3D 51 2D
Octal 312 316 25 2 0 132 23 75 121 55
Binary 11001010 11001110 10101 10 0 1011010 10011 111101 1010001 101101

Color Harmonies of #CACE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACE15

Black with #CACE15

Text Example


Text Example

White with #CACE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACE15; }

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

 H1.HeaderClassName
 {
   color: #CACE15;
 }
 .AnyTagClassName
 {
   color: #CACE15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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