Html Css Color HEX #ABBE14 Bahia

📋 copy color: '#ABBE14'

red 171 ◦ green 190 ◦ blue 20

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

Shades of Bahia #ABBE14

Tints of Bahia #ABBE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 44.88%
G = 49.87%
B = 5.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#ABBE14 (or 0xABBE14) is known color: Bahia. HEX triplet: AB, BE and 14. RGB value is (171,190,20). Sum of RGB (Red+Green+Blue) = 171+190+20=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBE14 is #5441EB. Grayscale: #A5A5A5. Windows color (decimal): -5521900 or 1359531. OLE color: 1359531.

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

Color convert

RGB 171 190 20 -
CMYK 0.10 0 0.89 0.25
HSL 66.71º 0.81% 0.41% -
HSV(B) 66.71º 0.89% 0.75% -
XYZ 35.33 45.54 7.59 -
YUV 164.94 46.21 132.32 -
System Red Green Blue C M Y K H S L
Decimal 171 190 20 0.10 0 0.89 0.25 66.71 0.81 0.41
Hex AB BE 14 A 0 59 19 43 51 29
Octal 253 276 24 12 0 131 31 103 121 51
Binary 10101011 10111110 10100 1010 0 1011001 11001 1000011 1010001 101001

Color Harmonies of #ABBE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE14

Black with #ABBE14

Text Example


Text Example

White with #ABBE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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