Html Css Color HEX #ABC817 Bahia

📋 copy color: '#ABC817'

red 171 ◦ green 200 ◦ blue 23

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

Shades of Bahia #ABC817

Tints of Bahia #ABC817

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.76%

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

R = 43.4%
G = 50.76%
B = 5.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#ABC817 (or 0xABC817) is known color: Bahia. HEX triplet: AB, C8 and 17. RGB value is (171,200,23). Sum of RGB (Red+Green+Blue) = 171+200+23=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC817 is #5437E8. Grayscale: #ABABAB. Windows color (decimal): -5519337 or 1558699. OLE color: 1558699.

HSL color Cylindrical-coordinate representation of color #ABC817: hue angle of 69.83º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABC817 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 23 -
CMYK 0.14 0 0.88 0.22
HSL 69.83º 0.79% 0.44% -
HSV(B) 69.83º 0.89% 0.78% -
XYZ 37.6 50.03 8.49 -
YUV 171.15 44.39 127.89 -
System Red Green Blue C M Y K H S L
Decimal 171 200 23 0.14 0 0.88 0.22 69.83 0.79 0.44
Hex AB C8 17 E 0 58 16 46 4F 2C
Octal 253 310 27 16 0 130 26 106 117 54
Binary 10101011 11001000 10111 1110 0 1011000 10110 1000110 1001111 101100

Color Harmonies of #ABC817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC817

Black with #ABC817

Text Example


Text Example

White with #ABC817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC817; }

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

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

background-color css

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

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

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

border-color css

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

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

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