Html Css Color HEX #ABB917 Bahia

📋 copy color: '#ABB917'

red 171 ◦ green 185 ◦ blue 23

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

Shades of Bahia #ABB917

Tints of Bahia #ABB917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.81%

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

R = 45.12%
G = 48.81%
B = 6.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#ABB917 (or 0xABB917) is known color: Bahia. HEX triplet: AB, B9 and 17. RGB value is (171,185,23). Sum of RGB (Red+Green+Blue) = 171+185+23=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB917 is #5446E8. Grayscale: #A2A2A2. Windows color (decimal): -5523177 or 1554859. OLE color: 1554859.

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

Color convert

RGB 171 185 23 -
CMYK 0.08 0 0.88 0.27
HSL 65.19º 0.78% 0.41% -
HSV(B) 65.19º 0.88% 0.73% -
XYZ 34.3 43.42 7.38 -
YUV 162.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 171 185 23 0.08 0 0.88 0.27 65.19 0.78 0.41
Hex AB B9 17 8 0 58 1B 41 4E 29
Octal 253 271 27 10 0 130 33 101 116 51
Binary 10101011 10111001 10111 1000 0 1011000 11011 1000001 1001110 101001

Color Harmonies of #ABB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB917

Black with #ABB917

Text Example


Text Example

White with #ABB917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB917; }

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

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

background-color css

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

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

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

border-color css

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

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

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