Html Css Color HEX #ABB902 Citrus

📋 copy color: '#ABB902'

red 171 ◦ green 185 ◦ blue 2

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

Shades of Citrus #ABB902

Tints of Citrus #ABB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

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

R = 47.77%
G = 51.68%
B = 0.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#ABB902 (or 0xABB902) is known color: Citrus. HEX triplet: AB, B9 and 02. RGB value is (171,185,2). Sum of RGB (Red+Green+Blue) = 171+185+2=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB902 is #5446FD. Grayscale: #A0A0A0. Windows color (decimal): -5523198 or 178603. OLE color: 178603.

HSL color Cylindrical-coordinate representation of color #ABB902: hue angle of 64.59º 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 #ABB902 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 2 -
CMYK 0.08 0 0.99 0.27
HSL 64.59º 0.98% 0.37% -
HSV(B) 64.59º 0.99% 0.73% -
XYZ 34.15 43.36 6.63 -
YUV 159.95 38.86 135.88 -
System Red Green Blue C M Y K H S L
Decimal 171 185 2 0.08 0 0.99 0.27 64.59 0.98 0.37
Hex AB B9 2 8 0 63 1B 41 62 25
Octal 253 271 2 10 0 143 33 101 142 45
Binary 10101011 10111001 10 1000 0 1100011 11011 1000001 1100010 100101

Color Harmonies of #ABB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB902

Black with #ABB902

Text Example


Text Example

White with #ABB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB902; }

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

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

background-color css

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

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

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

border-color css

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

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

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