Html Css Color HEX #ABC726 Bahia

📋 copy color: '#ABC726'

red 171 ◦ green 199 ◦ blue 38

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

Shades of Bahia #ABC726

Tints of Bahia #ABC726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.31%

R = 41.91%
G = 48.77%
B = 9.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#ABC726 (or 0xABC726) is known color: Bahia. HEX triplet: AB, C7 and 26. RGB value is (171,199,38). Sum of RGB (Red+Green+Blue) = 171+199+38=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC726 is #5438D9. Grayscale: #ACACAC. Windows color (decimal): -5519578 or 2541483. OLE color: 2541483.

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

Color convert

RGB 171 199 38 -
CMYK 0.14 0 0.81 0.22
HSL 70.43º 0.68% 0.46% -
HSV(B) 70.43º 0.81% 0.78% -
XYZ 37.57 49.64 9.44 -
YUV 172.27 52.22 127.09 -
System Red Green Blue C M Y K H S L
Decimal 171 199 38 0.14 0 0.81 0.22 70.43 0.68 0.46
Hex AB C7 26 E 0 51 16 46 44 2E
Octal 253 307 46 16 0 121 26 106 104 56
Binary 10101011 11000111 100110 1110 0 1010001 10110 1000110 1000100 101110

Color Harmonies of #ABC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC726

Black with #ABC726

Text Example


Text Example

White with #ABC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC726; }

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

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

background-color css

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

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

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

border-color css

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

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

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