Html Css Color HEX #ABBD17 Bahia

📋 copy color: '#ABBD17'

red 171 ◦ green 189 ◦ blue 23

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

Shades of Bahia #ABBD17

Tints of Bahia #ABBD17

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.35%

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

R = 44.65%
G = 49.35%
B = 6.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#ABBD17 (or 0xABBD17) is known color: Bahia. HEX triplet: AB, BD and 17. RGB value is (171,189,23). Sum of RGB (Red+Green+Blue) = 171+189+23=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD17 is #5442E8. Grayscale: #A5A5A5. Windows color (decimal): -5522153 or 1555883. OLE color: 1555883.

HSL color Cylindrical-coordinate representation of color #ABBD17: hue angle of 66.51º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABBD17 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 23 -
CMYK 0.10 0 0.88 0.26
HSL 66.51º 0.78% 0.42% -
HSV(B) 66.51º 0.88% 0.74% -
XYZ 35.15 45.11 7.67 -
YUV 164.69 48.04 132.5 -
System Red Green Blue C M Y K H S L
Decimal 171 189 23 0.10 0 0.88 0.26 66.51 0.78 0.42
Hex AB BD 17 A 0 58 1A 43 4E 2A
Octal 253 275 27 12 0 130 32 103 116 52
Binary 10101011 10111101 10111 1010 0 1011000 11010 1000011 1001110 101010

Color Harmonies of #ABBD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD17

Black with #ABBD17

Text Example


Text Example

White with #ABBD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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