#ABC30B

Color #ABC30B Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #ABC30B

Tints of Citrus #ABC30B

Color information

#ABC30B (or 0xABC30B) is unknown color: approx Citrus. HEX triplet: AB, C3 and 0B. RGB value is (171,195,11). Sum of RGB (Red+Green+Blue) = 171+195+11=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC30B is #543CF4. Grayscale: #A7A7A7. Windows color (decimal): -5520629 or 770987. OLE color: 770987.

HSL color Cylindrical-coordinate representation of color #ABC30B: hue angle of 67.83º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABC30B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB17119511-
CMYK0.1200.940.24
HSL67.83º89.32%40.39%-
HSV(B)67.83º94.36%76.47%-
XYZ36.3747.717.61-
YUV166.8540.05130.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 195 (76.56% from 255) = 51.72%
BLUE value IS 11 (4.69% from 255) = 2.92%
R=45.36%
G=51.72%
B=2.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171195110.1200.940.2467.8389.3240.39
HexABC3BC05E18445928
Octal253303131401363010413150
Binary101010111100001110111100010111101100010001001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC30B; }

 p { color: rgb(171,195,11); }

 H1.HeaderClassName
 {
   color: #ABC30B;
 }
 .AnyTagClassName
 {
   color: #ABC30B;
 }
</style>
background-color css

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

 a { background-color: rgb(171,195,11); }

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

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

 span { border-color: rgb(171,195,11); }

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