Html Css Color HEX #ABB404 Citrus

📋 copy color: '#ABB404'

red 171 ◦ green 180 ◦ blue 4

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

Shades of Citrus #ABB404

Tints of Citrus #ABB404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 48.17%
G = 50.7%
B = 1.13%

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

#ABB404 (or 0xABB404) is known color: Citrus. HEX triplet: AB, B4 and 04. RGB value is (171,180,4). Sum of RGB (Red+Green+Blue) = 171+180+4=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB404 is #544BFB. Grayscale: #9D9D9D. Windows color (decimal): -5524476 or 308395. OLE color: 308395.

HSL color Cylindrical-coordinate representation of color #ABB404: hue angle of 63.07º degrees, saturation: 0.96, 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 #ABB404 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 4 -
CMYK 0.05 0 0.98 0.29
HSL 63.07º 0.96% 0.36% -
HSV(B) 63.07º 0.98% 0.71% -
XYZ 33.14 41.31 6.34 -
YUV 157.25 41.52 137.81 -
System Red Green Blue C M Y K H S L
Decimal 171 180 4 0.05 0 0.98 0.29 63.07 0.96 0.36
Hex AB B4 4 5 0 62 1D 3F 60 24
Octal 253 264 4 5 0 142 35 77 140 44
Binary 10101011 10110100 100 101 0 1100010 11101 111111 1100000 100100

Color Harmonies of #ABB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB404

Black with #ABB404

Text Example


Text Example

White with #ABB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB404; }

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

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

background-color css

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

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

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

border-color css

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

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

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