Html Css Color HEX #ABB901 Citrus

📋 copy color: '#ABB901'

red 171 ◦ green 185 ◦ blue 1

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

Shades of Citrus #ABB901

Tints of Citrus #ABB901

RGB

 RED value IS 171 (67.19% from 255) = 47.9%

 GREEN value IS 185 (72.66% from 255) = 51.82%

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

R = 47.9%
G = 51.82%
B = 0.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#ABB901 (or 0xABB901) is known color: Citrus. HEX triplet: AB, B9 and 01. RGB value is (171,185,1). Sum of RGB (Red+Green+Blue) = 171+185+1=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB901 is #5446FE. Grayscale: #A0A0A0. Windows color (decimal): -5523199 or 113067. OLE color: 113067.

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

Color convert

RGB 171 185 1 -
CMYK 0.08 0 0.99 0.27
HSL 64.57º 0.99% 0.36% -
HSV(B) 64.57º 0.99% 0.73% -
XYZ 34.15 43.36 6.6 -
YUV 159.84 38.36 135.96 -
System Red Green Blue C M Y K H S L
Decimal 171 185 1 0.08 0 0.99 0.27 64.57 0.99 0.36
Hex AB B9 1 8 0 63 1B 41 63 24
Octal 253 271 1 10 0 143 33 101 143 44
Binary 10101011 10111001 1 1000 0 1100011 11011 1000001 1100011 100100

Color Harmonies of #ABB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB901

Black with #ABB901

Text Example


Text Example

White with #ABB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB901; }

 p { color: rgb(171,185,1); }

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

background-color css

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

 a { background-color: rgb(171,185,1); }

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

border-color css

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

 span { border-color: rgb(171,185,1); }

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