Html Css Color HEX #ABB403 Citrus

📋 copy color: '#ABB403'

red 171 ◦ green 180 ◦ blue 3

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

Shades of Citrus #ABB403

Tints of Citrus #ABB403

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.85%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 48.31%
G = 50.85%
B = 0.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#ABB403 (or 0xABB403) is known color: Citrus. HEX triplet: AB, B4 and 03. RGB value is (171,180,3). Sum of RGB (Red+Green+Blue) = 171+180+3=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB403 is #544BFC. Grayscale: #9D9D9D. Windows color (decimal): -5524477 or 242859. OLE color: 242859.

HSL color Cylindrical-coordinate representation of color #ABB403: hue angle of 63.05º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABB403 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 3 -
CMYK 0.05 0 0.98 0.29
HSL 63.05º 0.97% 0.36% -
HSV(B) 63.05º 0.98% 0.71% -
XYZ 33.13 41.31 6.31 -
YUV 157.13 41.02 137.89 -
System Red Green Blue C M Y K H S L
Decimal 171 180 3 0.05 0 0.98 0.29 63.05 0.97 0.36
Hex AB B4 3 5 0 62 1D 3F 61 24
Octal 253 264 3 5 0 142 35 77 141 44
Binary 10101011 10110100 11 101 0 1100010 11101 111111 1100001 100100

Color Harmonies of #ABB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB403

Black with #ABB403

Text Example


Text Example

White with #ABB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB403; }

 p { color: rgb(171,180,3); }

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

background-color css

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

 a { background-color: rgb(171,180,3); }

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

border-color css

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

 span { border-color: rgb(171,180,3); }

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