Html Css Color HEX #ABBE20 Bahia

📋 copy color: '#ABBE20'

red 171 ◦ green 190 ◦ blue 32

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

Shades of Bahia #ABBE20

Tints of Bahia #ABBE20

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.35%

 BLUE value IS 32 (12.89% from 255) = 8.14%

R = 43.51%
G = 48.35%
B = 8.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#ABBE20 (or 0xABBE20) is known color: Bahia. HEX triplet: AB, BE and 20. RGB value is (171,190,32). Sum of RGB (Red+Green+Blue) = 171+190+32=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBE20 is #5441DF. Grayscale: #A6A6A6. Windows color (decimal): -5521888 or 2145963. OLE color: 2145963.

HSL color Cylindrical-coordinate representation of color #ABBE20: hue angle of 67.22º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABBE20 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 190 32 -
CMYK 0.10 0 0.83 0.25
HSL 67.22º 0.71% 0.44% -
HSV(B) 67.22º 0.83% 0.75% -
XYZ 35.47 45.59 8.3 -
YUV 166.31 52.21 131.35 -
System Red Green Blue C M Y K H S L
Decimal 171 190 32 0.10 0 0.83 0.25 67.22 0.71 0.44
Hex AB BE 20 A 0 53 19 43 47 2C
Octal 253 276 40 12 0 123 31 103 107 54
Binary 10101011 10111110 100000 1010 0 1010011 11001 1000011 1000111 101100

Color Harmonies of #ABBE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE20

Black with #ABBE20

Text Example


Text Example

White with #ABBE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE20; }

 p { color: rgb(171,190,32); }

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

background-color css

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

 a { background-color: rgb(171,190,32); }

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

border-color css

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

 span { border-color: rgb(171,190,32); }

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