Html Css Color HEX #A1BB0A Citrus

📋 copy color: '#A1BB0A'

red 161 ◦ green 187 ◦ blue 10

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

Shades of Citrus #A1BB0A

Tints of Citrus #A1BB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.79%

R = 44.97%
G = 52.23%
B = 2.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#A1BB0A (or 0xA1BB0A) is known color: Citrus. HEX triplet: A1, BB and 0A. RGB value is (161,187,10). Sum of RGB (Red+Green+Blue) = 161+187+10=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BB0A is #5E44F5. Grayscale: #9F9F9F. Windows color (decimal): -6178038 or 703393. OLE color: 703393.

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

Color convert

RGB 161 187 10 -
CMYK 0.14 0 0.95 0.27
HSL 68.81º 0.9% 0.39% -
HSV(B) 68.81º 0.95% 0.73% -
XYZ 32.52 43.14 6.9 -
YUV 159.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 161 187 10 0.14 0 0.95 0.27 68.81 0.9 0.39
Hex A1 BB A E 0 5F 1B 45 5A 27
Octal 241 273 12 16 0 137 33 105 132 47
Binary 10100001 10111011 1010 1110 0 1011111 11011 1000101 1011010 100111

Color Harmonies of #A1BB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BB0A

Black with #A1BB0A

Text Example


Text Example

White with #A1BB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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