Html Css Color HEX #A1B700 Citrus

📋 copy color: '#A1B700'

red 161 ◦ green 183 ◦ blue 0

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

Shades of Citrus #A1B700

Tints of Citrus #A1B700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.8%
G = 53.2%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#A1B700 (or 0xA1B700) is known color: Citrus. HEX triplet: A1, B7 and 00. RGB value is (161,183,0). Sum of RGB (Red+Green+Blue) = 161+183+0=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B700 is #5E48FF. Grayscale: #9C9C9C. Windows color (decimal): -6179072 or 47009. OLE color: 47009.

HSL color Cylindrical-coordinate representation of color #A1B700: hue angle of 67.21º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1B700 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 0 -
CMYK 0.12 0 1 0.28
HSL 67.21º 1% 0.36% -
HSV(B) 67.21º 1% 0.72% -
XYZ 31.63 41.44 6.33 -
YUV 155.56 40.21 131.88 -
System Red Green Blue C M Y K H S L
Decimal 161 183 0 0.12 0 1 0.28 67.21 1 0.36
Hex A1 B7 0 C 0 64 1C 43 64 24
Octal 241 267 0 14 0 144 34 103 144 44
Binary 10100001 10110111 0 1100 0 1100100 11100 1000011 1100100 100100

Color Harmonies of #A1B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B700

Black with #A1B700

Text Example


Text Example

White with #A1B700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B700; }

 p { color: rgb(161,183,0); }

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

background-color css

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

 a { background-color: rgb(161,183,0); }

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

border-color css

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

 span { border-color: rgb(161,183,0); }

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