Html Css Color HEX #ABBC17 Bahia

📋 copy color: '#ABBC17'

red 171 ◦ green 188 ◦ blue 23

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

Shades of Bahia #ABBC17

Tints of Bahia #ABBC17

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.21%

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

R = 44.76%
G = 49.21%
B = 6.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#ABBC17 (or 0xABBC17) is known color: Bahia. HEX triplet: AB, BC and 17. RGB value is (171,188,23). Sum of RGB (Red+Green+Blue) = 171+188+23=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 23 (9.38% from 255 or 6.02% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC17 is #5443E8. Grayscale: #A4A4A4. Windows color (decimal): -5522409 or 1555627. OLE color: 1555627.

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

Color convert

RGB 171 188 23 -
CMYK 0.09 0 0.88 0.26
HSL 66.18º 0.78% 0.41% -
HSV(B) 66.18º 0.88% 0.74% -
XYZ 34.93 44.69 7.59 -
YUV 164.11 48.37 132.92 -
System Red Green Blue C M Y K H S L
Decimal 171 188 23 0.09 0 0.88 0.26 66.18 0.78 0.41
Hex AB BC 17 9 0 58 1A 42 4E 29
Octal 253 274 27 11 0 130 32 102 116 51
Binary 10101011 10111100 10111 1001 0 1011000 11010 1000010 1001110 101001

Color Harmonies of #ABBC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC17

Black with #ABBC17

Text Example


Text Example

White with #ABBC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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