Html Css Color HEX #A0BB01 Citrus

📋 copy color: '#A0BB01'

red 160 ◦ green 187 ◦ blue 1

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

Shades of Citrus #A0BB01

Tints of Citrus #A0BB01

RGB

 RED value IS 160 (62.89% from 255) = 45.98%

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 45.98%
G = 53.74%
B = 0.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#A0BB01 (or 0xA0BB01) is known color: Citrus. HEX triplet: A0, BB and 01. RGB value is (160,187,1). Sum of RGB (Red+Green+Blue) = 160+187+1=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BB01 is #5F44FE. Grayscale: #9E9E9E. Windows color (decimal): -6243583 or 113568. OLE color: 113568.

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

Color convert

RGB 160 187 1 -
CMYK 0.14 0 0.99 0.27
HSL 68.71º 0.99% 0.37% -
HSV(B) 68.71º 0.99% 0.73% -
XYZ 32.27 43.02 6.63 -
YUV 157.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 160 187 1 0.14 0 0.99 0.27 68.71 0.99 0.37
Hex A0 BB 1 E 0 63 1B 45 63 25
Octal 240 273 1 16 0 143 33 105 143 45
Binary 10100000 10111011 1 1110 0 1100011 11011 1000101 1100011 100101

Color Harmonies of #A0BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB01

Black with #A0BB01

Text Example


Text Example

White with #A0BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB01; }

 p { color: rgb(160,187,1); }

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

background-color css

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

 a { background-color: rgb(160,187,1); }

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

border-color css

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

 span { border-color: rgb(160,187,1); }

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