Html Css Color HEX #ABC51B Bahia

📋 copy color: '#ABC51B'

red 171 ◦ green 197 ◦ blue 27

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

Shades of Bahia #ABC51B

Tints of Bahia #ABC51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.87%

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

R = 43.29%
G = 49.87%
B = 6.84%

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

#ABC51B (or 0xABC51B) is known color: Bahia. HEX triplet: AB, C5 and 1B. RGB value is (171,197,27). Sum of RGB (Red+Green+Blue) = 171+197+27=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC51B is #543AE4. Grayscale: #AAAAAA. Windows color (decimal): -5520101 or 1820075. OLE color: 1820075.

HSL color Cylindrical-coordinate representation of color #ABC51B: hue angle of 69.18º 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 #ABC51B is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 27 -
CMYK 0.13 0 0.86 0.23
HSL 69.18º 0.76% 0.44% -
HSV(B) 69.18º 0.86% 0.77% -
XYZ 36.96 48.67 8.48 -
YUV 169.85 47.39 128.82 -
System Red Green Blue C M Y K H S L
Decimal 171 197 27 0.13 0 0.86 0.23 69.18 0.76 0.44
Hex AB C5 1B D 0 56 17 45 4C 2C
Octal 253 305 33 15 0 126 27 105 114 54
Binary 10101011 11000101 11011 1101 0 1010110 10111 1000101 1001100 101100

Color Harmonies of #ABC51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC51B

Black with #ABC51B

Text Example


Text Example

White with #ABC51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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