Html Css Color HEX #ABB801 Citrus

📋 copy color: '#ABB801'

red 171 ◦ green 184 ◦ blue 1

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

Shades of Citrus #ABB801

Tints of Citrus #ABB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.69%

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

R = 48.03%
G = 51.69%
B = 0.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#ABB801 (or 0xABB801) is known color: Citrus. HEX triplet: AB, B8 and 01. RGB value is (171,184,1). Sum of RGB (Red+Green+Blue) = 171+184+1=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB801 is #5447FE. Grayscale: #9F9F9F. Windows color (decimal): -5523455 or 112811. OLE color: 112811.

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

Color convert

RGB 171 184 1 -
CMYK 0.07 0 0.99 0.28
HSL 64.26º 0.99% 0.36% -
HSV(B) 64.26º 0.99% 0.72% -
XYZ 33.94 42.94 6.53 -
YUV 159.25 38.69 136.38 -
System Red Green Blue C M Y K H S L
Decimal 171 184 1 0.07 0 0.99 0.28 64.26 0.99 0.36
Hex AB B8 1 7 0 63 1C 40 63 24
Octal 253 270 1 7 0 143 34 100 143 44
Binary 10101011 10111000 1 111 0 1100011 11100 1000000 1100011 100100

Color Harmonies of #ABB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB801

Black with #ABB801

Text Example


Text Example

White with #ABB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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