Html Css Color HEX #ABC728 Bahia

📋 copy color: '#ABC728'

red 171 ◦ green 199 ◦ blue 40

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

Shades of Bahia #ABC728

Tints of Bahia #ABC728

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.54%

 BLUE value IS 40 (16.02% from 255) = 9.76%

R = 41.71%
G = 48.54%
B = 9.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#ABC728 (or 0xABC728) is known color: Bahia. HEX triplet: AB, C7 and 28. RGB value is (171,199,40). Sum of RGB (Red+Green+Blue) = 171+199+40=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC728 is #5438D7. Grayscale: #ADADAD. Windows color (decimal): -5519576 or 2672555. OLE color: 2672555.

HSL color Cylindrical-coordinate representation of color #ABC728: hue angle of 70.57º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABC728 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 40 -
CMYK 0.14 0 0.80 0.22
HSL 70.57º 0.67% 0.47% -
HSV(B) 70.57º 0.8% 0.78% -
XYZ 37.6 49.66 9.61 -
YUV 172.5 53.22 126.93 -
System Red Green Blue C M Y K H S L
Decimal 171 199 40 0.14 0 0.80 0.22 70.57 0.67 0.47
Hex AB C7 28 E 0 50 16 47 43 2F
Octal 253 307 50 16 0 120 26 107 103 57
Binary 10101011 11000111 101000 1110 0 1010000 10110 1000111 1000011 101111

Color Harmonies of #ABC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC728

Black with #ABC728

Text Example


Text Example

White with #ABC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC728; }

 p { color: rgb(171,199,40); }

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

background-color css

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

 a { background-color: rgb(171,199,40); }

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

border-color css

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

 span { border-color: rgb(171,199,40); }

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