Html Css Color HEX #ABC819 Bahia

📋 copy color: '#ABC819'

red 171 ◦ green 200 ◦ blue 25

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

Shades of Bahia #ABC819

Tints of Bahia #ABC819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.31%

R = 43.18%
G = 50.51%
B = 6.31%

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

#ABC819 (or 0xABC819) is known color: Bahia. HEX triplet: AB, C8 and 19. RGB value is (171,200,25). Sum of RGB (Red+Green+Blue) = 171+200+25=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC819 is #5437E6. Grayscale: #ACACAC. Windows color (decimal): -5519335 or 1689771. OLE color: 1689771.

HSL color Cylindrical-coordinate representation of color #ABC819: hue angle of 69.94º degrees, saturation: 0.78, 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 #ABC819 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 25 -
CMYK 0.14 0 0.88 0.22
HSL 69.94º 0.78% 0.44% -
HSV(B) 69.94º 0.88% 0.78% -
XYZ 37.62 50.04 8.59 -
YUV 171.38 45.39 127.73 -
System Red Green Blue C M Y K H S L
Decimal 171 200 25 0.14 0 0.88 0.22 69.94 0.78 0.44
Hex AB C8 19 E 0 58 16 46 4E 2C
Octal 253 310 31 16 0 130 26 106 116 54
Binary 10101011 11001000 11001 1110 0 1011000 10110 1000110 1001110 101100

Color Harmonies of #ABC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC819

Black with #ABC819

Text Example


Text Example

White with #ABC819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC819; }

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

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

background-color css

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

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

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

border-color css

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

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

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