Html Css Color HEX #ABC626 Bahia

📋 copy color: '#ABC626'

red 171 ◦ green 198 ◦ blue 38

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

Shades of Bahia #ABC626

Tints of Bahia #ABC626

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.65%

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

R = 42.01%
G = 48.65%
B = 9.34%

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

#ABC626 (or 0xABC626) is known color: Bahia. HEX triplet: AB, C6 and 26. RGB value is (171,198,38). Sum of RGB (Red+Green+Blue) = 171+198+38=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC626 is #5439D9. Grayscale: #ACACAC. Windows color (decimal): -5519834 or 2541227. OLE color: 2541227.

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

Color convert

RGB 171 198 38 -
CMYK 0.14 0 0.81 0.22
HSL 70.13º 0.68% 0.46% -
HSV(B) 70.13º 0.81% 0.78% -
XYZ 37.34 49.19 9.36 -
YUV 171.69 52.55 127.51 -
System Red Green Blue C M Y K H S L
Decimal 171 198 38 0.14 0 0.81 0.22 70.13 0.68 0.46
Hex AB C6 26 E 0 51 16 46 44 2E
Octal 253 306 46 16 0 121 26 106 104 56
Binary 10101011 11000110 100110 1110 0 1010001 10110 1000110 1000100 101110

Color Harmonies of #ABC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC626

Black with #ABC626

Text Example


Text Example

White with #ABC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC626; }

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

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

background-color css

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

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

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

border-color css

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

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

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