Html Css Color HEX #ABB817 Bahia

📋 copy color: '#ABB817'

red 171 ◦ green 184 ◦ blue 23

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

Shades of Bahia #ABB817

Tints of Bahia #ABB817

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.68%

 BLUE value IS 23 (9.38% from 255) = 6.08%

R = 45.24%
G = 48.68%
B = 6.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#ABB817 (or 0xABB817) is known color: Bahia. HEX triplet: AB, B8 and 17. RGB value is (171,184,23). Sum of RGB (Red+Green+Blue) = 171+184+23=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB817 is #5447E8. Grayscale: #A2A2A2. Windows color (decimal): -5523433 or 1554603. OLE color: 1554603.

HSL color Cylindrical-coordinate representation of color #ABB817: hue angle of 64.84º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABB817 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 184 23 -
CMYK 0.07 0 0.88 0.28
HSL 64.84º 0.78% 0.41% -
HSV(B) 64.84º 0.88% 0.72% -
XYZ 34.09 43 7.31 -
YUV 161.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 171 184 23 0.07 0 0.88 0.28 64.84 0.78 0.41
Hex AB B8 17 7 0 58 1C 41 4E 29
Octal 253 270 27 7 0 130 34 101 116 51
Binary 10101011 10111000 10111 111 0 1011000 11100 1000001 1001110 101001

Color Harmonies of #ABB817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB817

Black with #ABB817

Text Example


Text Example

White with #ABB817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB817; }

 p { color: rgb(171,184,23); }

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

background-color css

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

 a { background-color: rgb(171,184,23); }

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

border-color css

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

 span { border-color: rgb(171,184,23); }

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