Html Css Color HEX #ABB101 Citrus

📋 copy color: '#ABB101'

red 171 ◦ green 177 ◦ blue 1

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

Shades of Citrus #ABB101

Tints of Citrus #ABB101

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.72%

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

R = 49%
G = 50.72%
B = 0.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#ABB101 (or 0xABB101) is known color: Citrus. HEX triplet: AB, B1 and 01. RGB value is (171,177,1). Sum of RGB (Red+Green+Blue) = 171+177+1=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB101 is #544EFE. Grayscale: #9B9B9B. Windows color (decimal): -5525247 or 111019. OLE color: 111019.

HSL color Cylindrical-coordinate representation of color #ABB101: hue angle of 62.05º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABB101 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 177 1 -
CMYK 0.03 0 0.99 0.31
HSL 62.05º 0.99% 0.35% -
HSV(B) 62.05º 0.99% 0.69% -
XYZ 32.52 40.1 6.06 -
YUV 155.14 41.01 139.31 -
System Red Green Blue C M Y K H S L
Decimal 171 177 1 0.03 0 0.99 0.31 62.05 0.99 0.35
Hex AB B1 1 3 0 63 1F 3E 63 23
Octal 253 261 1 3 0 143 37 76 143 43
Binary 10101011 10110001 1 11 0 1100011 11111 111110 1100011 100011

Color Harmonies of #ABB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB101

Black with #ABB101

Text Example


Text Example

White with #ABB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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