Html Css Color HEX #A1BB0E Citrus

📋 copy color: '#A1BB0E'

red 161 ◦ green 187 ◦ blue 14

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

Shades of Citrus #A1BB0E

Tints of Citrus #A1BB0E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.66%

 BLUE value IS 14 (5.86% from 255) = 3.87%

R = 44.48%
G = 51.66%
B = 3.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#A1BB0E (or 0xA1BB0E) is known color: Citrus. HEX triplet: A1, BB and 0E. RGB value is (161,187,14). Sum of RGB (Red+Green+Blue) = 161+187+14=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BB0E is #5E44F1. Grayscale: #A0A0A0. Windows color (decimal): -6178034 or 965537. OLE color: 965537.

HSL color Cylindrical-coordinate representation of color #A1BB0E: hue angle of 69.02º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1BB0E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 187 14 -
CMYK 0.14 0 0.93 0.27
HSL 69.02º 0.86% 0.39% -
HSV(B) 69.02º 0.93% 0.73% -
XYZ 32.55 43.15 7.03 -
YUV 159.5 45.89 129.07 -
System Red Green Blue C M Y K H S L
Decimal 161 187 14 0.14 0 0.93 0.27 69.02 0.86 0.39
Hex A1 BB E E 0 5D 1B 45 56 27
Octal 241 273 16 16 0 135 33 105 126 47
Binary 10100001 10111011 1110 1110 0 1011101 11011 1000101 1010110 100111

Color Harmonies of #A1BB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BB0E

Black with #A1BB0E

Text Example


Text Example

White with #A1BB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BB0E; }

 p { color: rgb(161,187,14); }

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

background-color css

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

 a { background-color: rgb(161,187,14); }

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

border-color css

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

 span { border-color: rgb(161,187,14); }

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