Html Css Color HEX #ABC826 Bahia

📋 copy color: '#ABC826'

red 171 ◦ green 200 ◦ blue 38

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

Shades of Bahia #ABC826

Tints of Bahia #ABC826

RGB

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

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

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

R = 41.81%
G = 48.9%
B = 9.29%

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

#ABC826 (or 0xABC826) is known color: Bahia. HEX triplet: AB, C8 and 26. RGB value is (171,200,38). Sum of RGB (Red+Green+Blue) = 171+200+38=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC826 is #5437D9. Grayscale: #ADADAD. Windows color (decimal): -5519322 or 2541739. OLE color: 2541739.

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

Color convert

RGB 171 200 38 -
CMYK 0.14 0 0.81 0.22
HSL 70.74º 0.68% 0.47% -
HSV(B) 70.74º 0.81% 0.78% -
XYZ 37.8 50.11 9.51 -
YUV 172.86 51.89 126.67 -
System Red Green Blue C M Y K H S L
Decimal 171 200 38 0.14 0 0.81 0.22 70.74 0.68 0.47
Hex AB C8 26 E 0 51 16 47 44 2F
Octal 253 310 46 16 0 121 26 107 104 57
Binary 10101011 11001000 100110 1110 0 1010001 10110 1000111 1000100 101111

Color Harmonies of #ABC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC826

Black with #ABC826

Text Example


Text Example

White with #ABC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC826; }

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

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

background-color css

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

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

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

border-color css

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

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

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