Html Css Color HEX #ABC81B Bahia

📋 copy color: '#ABC81B'

red 171 ◦ green 200 ◦ blue 27

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

Shades of Bahia #ABC81B

Tints of Bahia #ABC81B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.25%

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

R = 42.96%
G = 50.25%
B = 6.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#ABC81B (or 0xABC81B) is known color: Bahia. HEX triplet: AB, C8 and 1B. RGB value is (171,200,27). Sum of RGB (Red+Green+Blue) = 171+200+27=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC81B is #5437E4. Grayscale: #ACACAC. Windows color (decimal): -5519333 or 1820843. OLE color: 1820843.

HSL color Cylindrical-coordinate representation of color #ABC81B: hue angle of 70.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABC81B is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 27 -
CMYK 0.14 0 0.86 0.22
HSL 70.06º 0.76% 0.45% -
HSV(B) 70.06º 0.87% 0.78% -
XYZ 37.65 50.05 8.71 -
YUV 171.61 46.39 127.57 -
System Red Green Blue C M Y K H S L
Decimal 171 200 27 0.14 0 0.86 0.22 70.06 0.76 0.45
Hex AB C8 1B E 0 56 16 46 4C 2D
Octal 253 310 33 16 0 126 26 106 114 55
Binary 10101011 11001000 11011 1110 0 1010110 10110 1000110 1001100 101101

Color Harmonies of #ABC81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC81B

Black with #ABC81B

Text Example


Text Example

White with #ABC81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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