Html Css Color HEX #ABB42B Bahia

📋 copy color: '#ABB42B'

red 171 ◦ green 180 ◦ blue 43

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

Shades of Bahia #ABB42B

Tints of Bahia #ABB42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.91%

R = 43.4%
G = 45.69%
B = 10.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#ABB42B (or 0xABB42B) is known color: Bahia. HEX triplet: AB, B4 and 2B. RGB value is (171,180,43). Sum of RGB (Red+Green+Blue) = 171+180+43=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB42B is #544BD4. Grayscale: #A2A2A2. Windows color (decimal): -5524437 or 2864299. OLE color: 2864299.

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

Color convert

RGB 171 180 43 -
CMYK 0.05 0 0.76 0.29
HSL 63.94º 0.61% 0.44% -
HSV(B) 63.94º 0.76% 0.71% -
XYZ 33.55 41.47 8.52 -
YUV 161.69 61.02 134.64 -
System Red Green Blue C M Y K H S L
Decimal 171 180 43 0.05 0 0.76 0.29 63.94 0.61 0.44
Hex AB B4 2B 5 0 4C 1D 40 3D 2C
Octal 253 264 53 5 0 114 35 100 75 54
Binary 10101011 10110100 101011 101 0 1001100 11101 1000000 111101 101100

Color Harmonies of #ABB42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB42B

Black with #ABB42B

Text Example


Text Example

White with #ABB42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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