Html Css Color HEX #A1B808 Citrus

📋 copy color: '#A1B808'

red 161 ◦ green 184 ◦ blue 8

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

Shades of Citrus #A1B808

Tints of Citrus #A1B808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.12%

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 45.61%
G = 52.12%
B = 2.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#A1B808 (or 0xA1B808) is known color: Citrus. HEX triplet: A1, B8 and 08. RGB value is (161,184,8). Sum of RGB (Red+Green+Blue) = 161+184+8=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B808 is #5E47F7. Grayscale: #9D9D9D. Windows color (decimal): -6178808 or 571553. OLE color: 571553.

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

Color convert

RGB 161 184 8 -
CMYK 0.12 0 0.96 0.28
HSL 67.84º 0.92% 0.38% -
HSV(B) 67.84º 0.96% 0.72% -
XYZ 31.88 41.88 6.63 -
YUV 157.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 161 184 8 0.12 0 0.96 0.28 67.84 0.92 0.38
Hex A1 B8 8 C 0 60 1C 44 5C 26
Octal 241 270 10 14 0 140 34 104 134 46
Binary 10100001 10111000 1000 1100 0 1100000 11100 1000100 1011100 100110

Color Harmonies of #A1B808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B808

Black with #A1B808

Text Example


Text Example

White with #A1B808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B808; }

 p { color: rgb(161,184,8); }

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

background-color css

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

 a { background-color: rgb(161,184,8); }

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

border-color css

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

 span { border-color: rgb(161,184,8); }

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