Html Css Color HEX #ABBC02 Citrus

📋 copy color: '#ABBC02'

red 171 ◦ green 188 ◦ blue 2

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

Shades of Citrus #ABBC02

Tints of Citrus #ABBC02

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.08%

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

R = 47.37%
G = 52.08%
B = 0.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#ABBC02 (or 0xABBC02) is known color: Citrus. HEX triplet: AB, BC and 02. RGB value is (171,188,2). Sum of RGB (Red+Green+Blue) = 171+188+2=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC02 is #5443FD. Grayscale: #A2A2A2. Windows color (decimal): -5522430 or 179371. OLE color: 179371.

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

Color convert

RGB 171 188 2 -
CMYK 0.09 0 0.99 0.26
HSL 65.48º 0.98% 0.37% -
HSV(B) 65.48º 0.99% 0.74% -
XYZ 34.79 44.63 6.84 -
YUV 161.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 171 188 2 0.09 0 0.99 0.26 65.48 0.98 0.37
Hex AB BC 2 9 0 63 1A 41 62 25
Octal 253 274 2 11 0 143 32 101 142 45
Binary 10101011 10111100 10 1001 0 1100011 11010 1000001 1100010 100101

Color Harmonies of #ABBC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC02

Black with #ABBC02

Text Example


Text Example

White with #ABBC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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