Html Css Color HEX #ABB426 Bahia

📋 copy color: '#ABB426'

red 171 ◦ green 180 ◦ blue 38

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

Shades of Bahia #ABB426

Tints of Bahia #ABB426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

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

R = 43.96%
G = 46.27%
B = 9.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#ABB426 (or 0xABB426) is known color: Bahia. HEX triplet: AB, B4 and 26. RGB value is (171,180,38). Sum of RGB (Red+Green+Blue) = 171+180+38=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB426 is #544BD9. Grayscale: #A1A1A1. Windows color (decimal): -5524442 or 2536619. OLE color: 2536619.

HSL color Cylindrical-coordinate representation of color #ABB426: hue angle of 63.8º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABB426 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 38 -
CMYK 0.05 0 0.79 0.29
HSL 63.8º 0.65% 0.43% -
HSV(B) 63.8º 0.79% 0.71% -
XYZ 33.47 41.44 8.07 -
YUV 161.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 171 180 38 0.05 0 0.79 0.29 63.8 0.65 0.43
Hex AB B4 26 5 0 4F 1D 40 41 2B
Octal 253 264 46 5 0 117 35 100 101 53
Binary 10101011 10110100 100110 101 0 1001111 11101 1000000 1000001 101011

Color Harmonies of #ABB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB426

Black with #ABB426

Text Example


Text Example

White with #ABB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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