Html Css Color HEX #ABB42F Bahia

📋 copy color: '#ABB42F'

red 171 ◦ green 180 ◦ blue 47

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

Shades of Bahia #ABB42F

Tints of Bahia #ABB42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.81%

R = 42.96%
G = 45.23%
B = 11.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#ABB42F (or 0xABB42F) is known color: Bahia. HEX triplet: AB, B4 and 2F. RGB value is (171,180,47). Sum of RGB (Red+Green+Blue) = 171+180+47=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB42F is #544BD0. Grayscale: #A2A2A2. Windows color (decimal): -5524433 or 3126443. OLE color: 3126443.

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

Color convert

RGB 171 180 47 -
CMYK 0.05 0 0.74 0.29
HSL 64.06º 0.59% 0.45% -
HSV(B) 64.06º 0.74% 0.71% -
XYZ 33.63 41.51 8.93 -
YUV 162.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 171 180 47 0.05 0 0.74 0.29 64.06 0.59 0.45
Hex AB B4 2F 5 0 4A 1D 40 3B 2D
Octal 253 264 57 5 0 112 35 100 73 55
Binary 10101011 10110100 101111 101 0 1001010 11101 1000000 111011 101101

Color Harmonies of #ABB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB42F

Black with #ABB42F

Text Example


Text Example

White with #ABB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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