Html Css Color HEX #CAD512 Barberry

📋 copy color: '#CAD512'

red 202 ◦ green 213 ◦ blue 18

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

Shades of Barberry #CAD512

Tints of Barberry #CAD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.19%

 BLUE value IS 18 (7.42% from 255) = 4.16%

R = 46.65%
G = 49.19%
B = 4.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#CAD512 (or 0xCAD512) is known color: Barberry. HEX triplet: CA, D5 and 12. RGB value is (202,213,18). Sum of RGB (Red+Green+Blue) = 202+213+18=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD512 is #352AED. Grayscale: #BCBCBC. Windows color (decimal): -3484398 or 1234378. OLE color: 1234378.

HSL color Cylindrical-coordinate representation of color #CAD512: hue angle of 63.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAD512 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 18 -
CMYK 0.05 0 0.92 0.16
HSL 63.38º 0.84% 0.45% -
HSV(B) 63.38º 0.92% 0.84% -
XYZ 48.26 60.19 9.65 -
YUV 187.48 32.36 138.36 -
System Red Green Blue C M Y K H S L
Decimal 202 213 18 0.05 0 0.92 0.16 63.38 0.84 0.45
Hex CA D5 12 5 0 5C 10 3F 54 2D
Octal 312 325 22 5 0 134 20 77 124 55
Binary 11001010 11010101 10010 101 0 1011100 10000 111111 1010100 101101

Color Harmonies of #CAD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD512

Black with #CAD512

Text Example


Text Example

White with #CAD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD512; }

 p { color: rgb(202,213,18); }

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

background-color css

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

 a { background-color: rgb(202,213,18); }

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

border-color css

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

 span { border-color: rgb(202,213,18); }

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