Html Css Color HEX #ABC11E Bahia

📋 copy color: '#ABC11E'

red 171 ◦ green 193 ◦ blue 30

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

Shades of Bahia #ABC11E

Tints of Bahia #ABC11E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.98%

 BLUE value IS 30 (12.11% from 255) = 7.61%

R = 43.4%
G = 48.98%
B = 7.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#ABC11E (or 0xABC11E) is known color: Bahia. HEX triplet: AB, C1 and 1E. RGB value is (171,193,30). Sum of RGB (Red+Green+Blue) = 171+193+30=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC11E is #543EE1. Grayscale: #A8A8A8. Windows color (decimal): -5521122 or 2015659. OLE color: 2015659.

HSL color Cylindrical-coordinate representation of color #ABC11E: hue angle of 68.1º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABC11E is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 30 -
CMYK 0.11 0 0.84 0.24
HSL 68.1º 0.73% 0.44% -
HSV(B) 68.1º 0.84% 0.76% -
XYZ 36.1 46.89 8.38 -
YUV 167.84 50.21 130.25 -
System Red Green Blue C M Y K H S L
Decimal 171 193 30 0.11 0 0.84 0.24 68.1 0.73 0.44
Hex AB C1 1E B 0 54 18 44 49 2C
Octal 253 301 36 13 0 124 30 104 111 54
Binary 10101011 11000001 11110 1011 0 1010100 11000 1000100 1001001 101100

Color Harmonies of #ABC11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC11E

Black with #ABC11E

Text Example


Text Example

White with #ABC11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC11E; }

 p { color: rgb(171,193,30); }

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

background-color css

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

 a { background-color: rgb(171,193,30); }

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

border-color css

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

 span { border-color: rgb(171,193,30); }

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