Html Css Color HEX #A1B602 Citrus

📋 copy color: '#A1B602'

red 161 ◦ green 182 ◦ blue 2

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

Shades of Citrus #A1B602

Tints of Citrus #A1B602

RGB

 RED value IS 161 (63.28% from 255) = 46.67%

 GREEN value IS 182 (71.48% from 255) = 52.75%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 46.67%
G = 52.75%
B = 0.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#A1B602 (or 0xA1B602) is known color: Citrus. HEX triplet: A1, B6 and 02. RGB value is (161,182,2). Sum of RGB (Red+Green+Blue) = 161+182+2=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B602 is #5E49FD. Grayscale: #9B9B9B. Windows color (decimal): -6179326 or 177825. OLE color: 177825.

HSL color Cylindrical-coordinate representation of color #A1B602: hue angle of 67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1B602 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 182 2 -
CMYK 0.12 0 0.99 0.29
HSL 67º 0.98% 0.36% -
HSV(B) 67º 0.99% 0.71% -
XYZ 31.44 41.04 6.32 -
YUV 155.2 41.54 132.14 -
System Red Green Blue C M Y K H S L
Decimal 161 182 2 0.12 0 0.99 0.29 67 0.98 0.36
Hex A1 B6 2 C 0 63 1D 43 62 24
Octal 241 266 2 14 0 143 35 103 142 44
Binary 10100001 10110110 10 1100 0 1100011 11101 1000011 1100010 100100

Color Harmonies of #A1B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B602

Black with #A1B602

Text Example


Text Example

White with #A1B602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B602; }

 p { color: rgb(161,182,2); }

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

background-color css

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

 a { background-color: rgb(161,182,2); }

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

border-color css

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

 span { border-color: rgb(161,182,2); }

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