Html Css Color HEX #A1B508 Citrus

📋 copy color: '#A1B508'

red 161 ◦ green 181 ◦ blue 8

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

Shades of Citrus #A1B508

Tints of Citrus #A1B508

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.71%

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

R = 46%
G = 51.71%
B = 2.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#A1B508 (or 0xA1B508) is known color: Citrus. HEX triplet: A1, B5 and 08. RGB value is (161,181,8). Sum of RGB (Red+Green+Blue) = 161+181+8=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B508 is #5E4AF7. Grayscale: #9B9B9B. Windows color (decimal): -6179576 or 570785. OLE color: 570785.

HSL color Cylindrical-coordinate representation of color #A1B508: hue angle of 66.94º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1B508 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 8 -
CMYK 0.11 0 0.96 0.29
HSL 66.94º 0.92% 0.37% -
HSV(B) 66.94º 0.96% 0.71% -
XYZ 31.27 40.64 6.43 -
YUV 155.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 161 181 8 0.11 0 0.96 0.29 66.94 0.92 0.37
Hex A1 B5 8 B 0 60 1D 43 5C 25
Octal 241 265 10 13 0 140 35 103 134 45
Binary 10100001 10110101 1000 1011 0 1100000 11101 1000011 1011100 100101

Color Harmonies of #A1B508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B508

Black with #A1B508

Text Example


Text Example

White with #A1B508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B508; }

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

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

background-color css

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

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

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

border-color css

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

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

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