Html Css Color HEX #CACF1D Barberry

📋 copy color: '#CACF1D'

red 202 ◦ green 207 ◦ blue 29

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

Shades of Barberry #CACF1D

Tints of Barberry #CACF1D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.26%

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 46.12%
G = 47.26%
B = 6.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CACF1D (or 0xCACF1D) is known color: Barberry. HEX triplet: CA, CF and 1D. RGB value is (202,207,29). Sum of RGB (Red+Green+Blue) = 202+207+29=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF1D is #3530E2. Grayscale: #B9B9B9. Windows color (decimal): -3485923 or 1953738. OLE color: 1953738.

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

Color convert

RGB 202 207 29 -
CMYK 0.02 0 0.86 0.19
HSL 61.69º 0.75% 0.46% -
HSV(B) 61.69º 0.86% 0.81% -
XYZ 46.89 57.27 9.75 -
YUV 185.21 39.84 139.97 -
System Red Green Blue C M Y K H S L
Decimal 202 207 29 0.02 0 0.86 0.19 61.69 0.75 0.46
Hex CA CF 1D 2 0 56 13 3E 4B 2E
Octal 312 317 35 2 0 126 23 76 113 56
Binary 11001010 11001111 11101 10 0 1010110 10011 111110 1001011 101110

Color Harmonies of #CACF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACF1D

Black with #CACF1D

Text Example


Text Example

White with #CACF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACF1D; }

 p { color: rgb(202,207,29); }

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

background-color css

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

 a { background-color: rgb(202,207,29); }

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

border-color css

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

 span { border-color: rgb(202,207,29); }

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