Html Css Color HEX #ABC41B Bahia

📋 copy color: '#ABC41B'

red 171 ◦ green 196 ◦ blue 27

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

Shades of Bahia #ABC41B

Tints of Bahia #ABC41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.75%

 BLUE value IS 27 (10.94% from 255) = 6.85%

R = 43.4%
G = 49.75%
B = 6.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#ABC41B (or 0xABC41B) is known color: Bahia. HEX triplet: AB, C4 and 1B. RGB value is (171,196,27). Sum of RGB (Red+Green+Blue) = 171+196+27=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC41B is #543BE4. Grayscale: #A9A9A9. Windows color (decimal): -5520357 or 1819819. OLE color: 1819819.

HSL color Cylindrical-coordinate representation of color #ABC41B: hue angle of 68.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABC41B is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 27 -
CMYK 0.13 0 0.86 0.23
HSL 68.88º 0.76% 0.44% -
HSV(B) 68.88º 0.86% 0.77% -
XYZ 36.73 48.22 8.41 -
YUV 169.26 47.72 129.24 -
System Red Green Blue C M Y K H S L
Decimal 171 196 27 0.13 0 0.86 0.23 68.88 0.76 0.44
Hex AB C4 1B D 0 56 17 45 4C 2C
Octal 253 304 33 15 0 126 27 105 114 54
Binary 10101011 11000100 11011 1101 0 1010110 10111 1000101 1001100 101100

Color Harmonies of #ABC41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC41B

Black with #ABC41B

Text Example


Text Example

White with #ABC41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC41B; }

 p { color: rgb(171,196,27); }

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

background-color css

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

 a { background-color: rgb(171,196,27); }

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

border-color css

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

 span { border-color: rgb(171,196,27); }

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