Html Css Color HEX #ABB826 Bahia

📋 copy color: '#ABB826'

red 171 ◦ green 184 ◦ blue 38

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

Shades of Bahia #ABB826

Tints of Bahia #ABB826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.82%

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

R = 43.51%
G = 46.82%
B = 9.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#ABB826 (or 0xABB826) is known color: Bahia. HEX triplet: AB, B8 and 26. RGB value is (171,184,38). Sum of RGB (Red+Green+Blue) = 171+184+38=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB826 is #5447D9. Grayscale: #A4A4A4. Windows color (decimal): -5523418 or 2537643. OLE color: 2537643.

HSL color Cylindrical-coordinate representation of color #ABB826: hue angle of 65.34º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABB826 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 184 38 -
CMYK 0.07 0 0.79 0.28
HSL 65.34º 0.66% 0.44% -
HSV(B) 65.34º 0.79% 0.72% -
XYZ 34.28 43.08 8.34 -
YUV 163.47 57.19 133.37 -
System Red Green Blue C M Y K H S L
Decimal 171 184 38 0.07 0 0.79 0.28 65.34 0.66 0.44
Hex AB B8 26 7 0 4F 1C 41 42 2C
Octal 253 270 46 7 0 117 34 101 102 54
Binary 10101011 10111000 100110 111 0 1001111 11100 1000001 1000010 101100

Color Harmonies of #ABB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB826

Black with #ABB826

Text Example


Text Example

White with #ABB826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB826; }

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

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

background-color css

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

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

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

border-color css

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

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

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