Html Css Color HEX #ABB502 Citrus

📋 copy color: '#ABB502'

red 171 ◦ green 181 ◦ blue 2

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

Shades of Citrus #ABB502

Tints of Citrus #ABB502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.13%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 48.31%
G = 51.13%
B = 0.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#ABB502 (or 0xABB502) is known color: Citrus. HEX triplet: AB, B5 and 02. RGB value is (171,181,2). Sum of RGB (Red+Green+Blue) = 171+181+2=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB502 is #544AFD. Grayscale: #9E9E9E. Windows color (decimal): -5524222 or 177579. OLE color: 177579.

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

Color convert

RGB 171 181 2 -
CMYK 0.06 0 0.99 0.29
HSL 63.35º 0.98% 0.36% -
HSV(B) 63.35º 0.99% 0.71% -
XYZ 33.33 41.71 6.35 -
YUV 157.6 40.19 137.55 -
System Red Green Blue C M Y K H S L
Decimal 171 181 2 0.06 0 0.99 0.29 63.35 0.98 0.36
Hex AB B5 2 6 0 63 1D 3F 62 24
Octal 253 265 2 6 0 143 35 77 142 44
Binary 10101011 10110101 10 110 0 1100011 11101 111111 1100010 100100

Color Harmonies of #ABB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB502

Black with #ABB502

Text Example


Text Example

White with #ABB502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB502; }

 p { color: rgb(171,181,2); }

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

background-color css

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

 a { background-color: rgb(171,181,2); }

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

border-color css

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

 span { border-color: rgb(171,181,2); }

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