Html Css Color HEX #ABBB02 Citrus

📋 copy color: '#ABBB02'

red 171 ◦ green 187 ◦ blue 2

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

Shades of Citrus #ABBB02

Tints of Citrus #ABBB02

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.94%

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

R = 47.5%
G = 51.94%
B = 0.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#ABBB02 (or 0xABBB02) is known color: Citrus. HEX triplet: AB, BB and 02. RGB value is (171,187,2). Sum of RGB (Red+Green+Blue) = 171+187+2=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB02 is #5444FD. Grayscale: #A1A1A1. Windows color (decimal): -5522686 or 179115. OLE color: 179115.

HSL color Cylindrical-coordinate representation of color #ABBB02: hue angle of 65.19º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABBB02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 2 -
CMYK 0.09 0 0.99 0.27
HSL 65.19º 0.98% 0.37% -
HSV(B) 65.19º 0.99% 0.73% -
XYZ 34.58 44.2 6.77 -
YUV 161.13 38.2 135.04 -
System Red Green Blue C M Y K H S L
Decimal 171 187 2 0.09 0 0.99 0.27 65.19 0.98 0.37
Hex AB BB 2 9 0 63 1B 41 62 25
Octal 253 273 2 11 0 143 33 101 142 45
Binary 10101011 10111011 10 1001 0 1100011 11011 1000001 1100010 100101

Color Harmonies of #ABBB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB02

Black with #ABBB02

Text Example


Text Example

White with #ABBB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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